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=497
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=498",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=496",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 497,
    "results": [
        {
            "start": 822828740,
            "stop": 822828781
        },
        {
            "start": 822845360,
            "stop": 822845491
        },
        {
            "start": 822845496,
            "stop": 822845514
        },
        {
            "start": 822845527,
            "stop": 822845590
        },
        {
            "start": 822845595,
            "stop": 822845791
        },
        {
            "start": 822845798,
            "stop": 822845874
        },
        {
            "start": 822845879,
            "stop": 822845890
        },
        {
            "start": 822845909,
            "stop": 822845919
        },
        {
            "start": 822845925,
            "stop": 822846585
        },
        {
            "start": 822846591,
            "stop": 822846603
        },
        {
            "start": 822846611,
            "stop": 822846811
        },
        {
            "start": 822846818,
            "stop": 822846892
        },
        {
            "start": 822846898,
            "stop": 822847076
        },
        {
            "start": 822847086,
            "stop": 822847097
        },
        {
            "start": 822847102,
            "stop": 822847788
        },
        {
            "start": 822847793,
            "stop": 822850391
        },
        {
            "start": 822850396,
            "stop": 822850869
        },
        {
            "start": 822851989,
            "stop": 822852461
        },
        {
            "start": 822852466,
            "stop": 822852683
        },
        {
            "start": 822852689,
            "stop": 822853312
        }
    ]
}