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=374
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=375",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=373",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 374,
    "results": [
        {
            "start": 829436300,
            "stop": 829436301
        },
        {
            "start": 829436303,
            "stop": 829436306
        },
        {
            "start": 829436308,
            "stop": 829436315
        },
        {
            "start": 829436317,
            "stop": 829436342
        },
        {
            "start": 829436344,
            "stop": 829436657
        },
        {
            "start": 829436659,
            "stop": 829436840
        },
        {
            "start": 829436841,
            "stop": 829436893
        },
        {
            "start": 829442626,
            "stop": 829442631
        },
        {
            "start": 829442634,
            "stop": 829442635
        },
        {
            "start": 829442636,
            "stop": 829442638
        },
        {
            "start": 829442649,
            "stop": 829442650
        },
        {
            "start": 829442657,
            "stop": 829442658
        },
        {
            "start": 829442660,
            "stop": 829442662
        },
        {
            "start": 829442693,
            "stop": 829442694
        },
        {
            "start": 829442697,
            "stop": 829442699
        },
        {
            "start": 829442704,
            "stop": 829442707
        },
        {
            "start": 829442709,
            "stop": 829442714
        },
        {
            "start": 829442716,
            "stop": 829442717
        },
        {
            "start": 829442719,
            "stop": 829442723
        },
        {
            "start": 829442727,
            "stop": 829442733
        }
    ]
}