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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=311",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=309",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 310,
    "results": [
        {
            "start": 933782616,
            "stop": 933782631
        },
        {
            "start": 933782635,
            "stop": 933786181
        },
        {
            "start": 933786183,
            "stop": 933786208
        },
        {
            "start": 933786210,
            "stop": 933786213
        },
        {
            "start": 933786216,
            "stop": 933786230
        },
        {
            "start": 933786234,
            "stop": 933789758
        },
        {
            "start": 933789760,
            "stop": 933789765
        },
        {
            "start": 933789767,
            "stop": 933789785
        },
        {
            "start": 933789787,
            "stop": 933789791
        },
        {
            "start": 933789794,
            "stop": 933789811
        },
        {
            "start": 933789813,
            "stop": 933789818
        },
        {
            "start": 933789820,
            "stop": 933789827
        },
        {
            "start": 933789829,
            "stop": 933789834
        },
        {
            "start": 933789840,
            "stop": 933789914
        },
        {
            "start": 933789917,
            "stop": 933791463
        },
        {
            "start": 933791466,
            "stop": 933793355
        },
        {
            "start": 933793358,
            "stop": 933793363
        },
        {
            "start": 933793367,
            "stop": 933793409
        },
        {
            "start": 933793411,
            "stop": 933793416
        },
        {
            "start": 933793418,
            "stop": 933793432
        }
    ]
}