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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=298",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 299,
    "results": [
        {
            "start": 821253525,
            "stop": 821254248
        },
        {
            "start": 821254256,
            "stop": 821254707
        },
        {
            "start": 821254710,
            "stop": 821254921
        },
        {
            "start": 821254939,
            "stop": 821255927
        },
        {
            "start": 821255930,
            "stop": 821256500
        },
        {
            "start": 821256503,
            "stop": 821257274
        },
        {
            "start": 821257277,
            "stop": 821258292
        },
        {
            "start": 821258295,
            "stop": 821258312
        },
        {
            "start": 821258315,
            "stop": 821258995
        },
        {
            "start": 821259002,
            "stop": 821259065
        },
        {
            "start": 821259073,
            "stop": 821259524
        },
        {
            "start": 821259527,
            "stop": 821259852
        },
        {
            "start": 821259855,
            "stop": 821260148
        },
        {
            "start": 821260151,
            "stop": 821260164
        },
        {
            "start": 821260167,
            "stop": 821260455
        },
        {
            "start": 821260463,
            "stop": 821261258
        },
        {
            "start": 821261265,
            "stop": 821261541
        },
        {
            "start": 821261544,
            "stop": 821261677
        },
        {
            "start": 821261680,
            "stop": 821261943
        },
        {
            "start": 821261946,
            "stop": 821262409
        }
    ]
}