Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=34
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=33",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 34,
    "results": [
        {
            "start": 820218543,
            "stop": 820218668
        },
        {
            "start": 820228522,
            "stop": 820238897
        },
        {
            "start": 820238898,
            "stop": 820247863
        },
        {
            "start": 820247864,
            "stop": 820275929
        },
        {
            "start": 820279504,
            "stop": 820279554
        },
        {
            "start": 820279565,
            "stop": 820321232
        },
        {
            "start": 820322155,
            "stop": 820327241
        },
        {
            "start": 820327950,
            "stop": 820330429
        },
        {
            "start": 820330430,
            "stop": 820333569
        },
        {
            "start": 820333576,
            "stop": 820337659
        },
        {
            "start": 820337660,
            "stop": 820340655
        },
        {
            "start": 820359255,
            "stop": 820359383
        },
        {
            "start": 820359679,
            "stop": 820360312
        },
        {
            "start": 820360313,
            "stop": 820364694
        },
        {
            "start": 820365358,
            "stop": 820365899
        },
        {
            "start": 820365900,
            "stop": 820372199
        },
        {
            "start": 820373453,
            "stop": 820392817
        },
        {
            "start": 820392818,
            "stop": 820394437
        },
        {
            "start": 820394444,
            "stop": 820399030
        },
        {
            "start": 820407777,
            "stop": 820430015
        }
    ]
}