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=681
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=682",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=680",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 681,
    "results": [
        {
            "start": 861091574,
            "stop": 861111711
        },
        {
            "start": 861112132,
            "stop": 861124314
        },
        {
            "start": 861124634,
            "stop": 861124678
        },
        {
            "start": 861126245,
            "stop": 861127618
        },
        {
            "start": 861128629,
            "stop": 861130526
        },
        {
            "start": 861130926,
            "stop": 861131206
        },
        {
            "start": 861131918,
            "stop": 861132443
        },
        {
            "start": 861133573,
            "stop": 861133838
        },
        {
            "start": 861135145,
            "stop": 861135155
        },
        {
            "start": 861135615,
            "stop": 861135992
        },
        {
            "start": 861136423,
            "stop": 861137381
        },
        {
            "start": 861138205,
            "stop": 861138633
        },
        {
            "start": 861139513,
            "stop": 861140632
        },
        {
            "start": 861142452,
            "stop": 861142606
        },
        {
            "start": 861143222,
            "stop": 861144820
        },
        {
            "start": 861148207,
            "stop": 861148677
        },
        {
            "start": 861149100,
            "stop": 861158214
        },
        {
            "start": 861158854,
            "stop": 861159581
        },
        {
            "start": 861160205,
            "stop": 861162407
        },
        {
            "start": 861163050,
            "stop": 861164885
        }
    ]
}