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_CAT2/segments?format=api&page=2099
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2098",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2099,
    "results": [
        {
            "start": 864754422,
            "stop": 864754434
        },
        {
            "start": 864754800,
            "stop": 864755859
        },
        {
            "start": 864755861,
            "stop": 864756985
        },
        {
            "start": 864756990,
            "stop": 864757012
        },
        {
            "start": 864757018,
            "stop": 864757600
        },
        {
            "start": 864757605,
            "stop": 864757622
        },
        {
            "start": 864757628,
            "stop": 864761190
        },
        {
            "start": 864761530,
            "stop": 864761531
        },
        {
            "start": 864761641,
            "stop": 864762261
        },
        {
            "start": 864762561,
            "stop": 864767657
        },
        {
            "start": 864768148,
            "stop": 864771374
        },
        {
            "start": 864771484,
            "stop": 864771662
        },
        {
            "start": 864771962,
            "stop": 864775939
        },
        {
            "start": 864775941,
            "stop": 864777336
        },
        {
            "start": 864779342,
            "stop": 864833815
        },
        {
            "start": 864833820,
            "stop": 864833836
        },
        {
            "start": 864833837,
            "stop": 864833845
        },
        {
            "start": 864833850,
            "stop": 864858768
        },
        {
            "start": 864860156,
            "stop": 864921588
        },
        {
            "start": 864922152,
            "stop": 864936972
        }
    ]
}