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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8184",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8182",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8183,
    "results": [
        {
            "start": 971027467,
            "stop": 971027538
        },
        {
            "start": 971027543,
            "stop": 971027545
        },
        {
            "start": 971027548,
            "stop": 971027550
        },
        {
            "start": 971027558,
            "stop": 971027562
        },
        {
            "start": 971027566,
            "stop": 971027576
        },
        {
            "start": 971027582,
            "stop": 971027602
        },
        {
            "start": 971027605,
            "stop": 971027612
        },
        {
            "start": 971027615,
            "stop": 971027633
        },
        {
            "start": 971027644,
            "stop": 971027668
        },
        {
            "start": 971027682,
            "stop": 971027885
        },
        {
            "start": 971027888,
            "stop": 971027932
        },
        {
            "start": 971027935,
            "stop": 971027984
        },
        {
            "start": 971028002,
            "stop": 971028017
        },
        {
            "start": 971028028,
            "stop": 971028029
        },
        {
            "start": 971028043,
            "stop": 971028074
        },
        {
            "start": 971028080,
            "stop": 971028086
        },
        {
            "start": 971028096,
            "stop": 971028106
        },
        {
            "start": 971028112,
            "stop": 971028303
        },
        {
            "start": 971028306,
            "stop": 971028353
        },
        {
            "start": 971028364,
            "stop": 971028407
        }
    ]
}