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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=164",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 165,
    "results": [
        {
            "start": 954449100,
            "stop": 954452867
        },
        {
            "start": 954452870,
            "stop": 954455662
        },
        {
            "start": 954479102,
            "stop": 954482033
        },
        {
            "start": 954487370,
            "stop": 954493719
        },
        {
            "start": 954495479,
            "stop": 954498860
        },
        {
            "start": 954560485,
            "stop": 954577294
        },
        {
            "start": 954581500,
            "stop": 954584761
        },
        {
            "start": 954585857,
            "stop": 954591638
        },
        {
            "start": 954592601,
            "stop": 954598681
        },
        {
            "start": 954642325,
            "stop": 954652936
        },
        {
            "start": 954655768,
            "stop": 954662390
        },
        {
            "start": 954672861,
            "stop": 954688923
        },
        {
            "start": 954704638,
            "stop": 954705661
        },
        {
            "start": 954706822,
            "stop": 954709181
        },
        {
            "start": 954710499,
            "stop": 954713562
        },
        {
            "start": 954749986,
            "stop": 954752505
        },
        {
            "start": 954753762,
            "stop": 954754587
        },
        {
            "start": 954755825,
            "stop": 954757333
        },
        {
            "start": 954760131,
            "stop": 954760824
        },
        {
            "start": 954760830,
            "stop": 954760835
        }
    ]
}