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=492
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=493",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=491",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 492,
    "results": [
        {
            "start": 822495278,
            "stop": 822497565
        },
        {
            "start": 822497573,
            "stop": 822497754
        },
        {
            "start": 822497762,
            "stop": 822497810
        },
        {
            "start": 822509795,
            "stop": 822510328
        },
        {
            "start": 822510335,
            "stop": 822510867
        },
        {
            "start": 822510875,
            "stop": 822511773
        },
        {
            "start": 822519820,
            "stop": 822519851
        },
        {
            "start": 822519859,
            "stop": 822520195
        },
        {
            "start": 822520202,
            "stop": 822520738
        },
        {
            "start": 822520745,
            "stop": 822523522
        },
        {
            "start": 822523529,
            "stop": 822527225
        },
        {
            "start": 822527235,
            "stop": 822527285
        },
        {
            "start": 822527293,
            "stop": 822527305
        },
        {
            "start": 822529735,
            "stop": 822529961
        },
        {
            "start": 822529969,
            "stop": 822530116
        },
        {
            "start": 822530123,
            "stop": 822530389
        },
        {
            "start": 822530396,
            "stop": 822530600
        },
        {
            "start": 822531426,
            "stop": 822535338
        },
        {
            "start": 822536239,
            "stop": 822541505
        },
        {
            "start": 822541511,
            "stop": 822544524
        }
    ]
}