Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=277
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=276",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 277,
    "results": [
        {
            "start": 820547760,
            "stop": 820547872
        },
        {
            "start": 820547904,
            "stop": 820547950
        },
        {
            "start": 820547953,
            "stop": 820548315
        },
        {
            "start": 820548318,
            "stop": 820548411
        },
        {
            "start": 820548414,
            "stop": 820548561
        },
        {
            "start": 820548564,
            "stop": 820548891
        },
        {
            "start": 820548908,
            "stop": 820549508
        },
        {
            "start": 820549511,
            "stop": 820549529
        },
        {
            "start": 820549532,
            "stop": 820549825
        },
        {
            "start": 820549828,
            "stop": 820550176
        },
        {
            "start": 820550275,
            "stop": 820550963
        },
        {
            "start": 820550966,
            "stop": 820551036
        },
        {
            "start": 820551039,
            "stop": 820551044
        },
        {
            "start": 820551047,
            "stop": 820551489
        },
        {
            "start": 820551492,
            "stop": 820551532
        },
        {
            "start": 820551652,
            "stop": 820551657
        },
        {
            "start": 820551777,
            "stop": 820552305
        },
        {
            "start": 820552309,
            "stop": 820552546
        },
        {
            "start": 820552549,
            "stop": 820552718
        },
        {
            "start": 820552838,
            "stop": 820553792
        }
    ]
}