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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=412",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=410",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 411,
    "results": [
        {
            "start": 970398564,
            "stop": 970408219
        },
        {
            "start": 970408224,
            "stop": 970408462
        },
        {
            "start": 970408468,
            "stop": 970408784
        },
        {
            "start": 970408790,
            "stop": 970411550
        },
        {
            "start": 970411556,
            "stop": 970414153
        },
        {
            "start": 970415821,
            "stop": 970417444
        },
        {
            "start": 970419465,
            "stop": 970419848
        },
        {
            "start": 970419854,
            "stop": 970420095
        },
        {
            "start": 970421809,
            "stop": 970422236
        },
        {
            "start": 970422245,
            "stop": 970426256
        },
        {
            "start": 970460478,
            "stop": 970460717
        },
        {
            "start": 970460722,
            "stop": 970463290
        },
        {
            "start": 970465974,
            "stop": 970469062
        },
        {
            "start": 970469067,
            "stop": 970470665
        },
        {
            "start": 970470671,
            "stop": 970471667
        },
        {
            "start": 970471673,
            "stop": 970474722
        },
        {
            "start": 970489242,
            "stop": 970489455
        },
        {
            "start": 970489461,
            "stop": 970489594
        },
        {
            "start": 970489599,
            "stop": 970489910
        },
        {
            "start": 970489919,
            "stop": 970490225
        }
    ]
}