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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=110",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 111,
    "results": [
        {
            "start": 817652766,
            "stop": 817653598
        },
        {
            "start": 817653602,
            "stop": 817656281
        },
        {
            "start": 817656310,
            "stop": 817662187
        },
        {
            "start": 817664611,
            "stop": 817682943
        },
        {
            "start": 817683323,
            "stop": 817684946
        },
        {
            "start": 817684947,
            "stop": 817687085
        },
        {
            "start": 817687348,
            "stop": 817689448
        },
        {
            "start": 817690520,
            "stop": 817690969
        },
        {
            "start": 817691144,
            "stop": 817692161
        },
        {
            "start": 817692168,
            "stop": 817693077
        },
        {
            "start": 817693100,
            "stop": 817694192
        },
        {
            "start": 817694454,
            "stop": 817694556
        },
        {
            "start": 817695518,
            "stop": 817697037
        },
        {
            "start": 817697044,
            "stop": 817698766
        },
        {
            "start": 817698771,
            "stop": 817700296
        },
        {
            "start": 817700598,
            "stop": 817700668
        },
        {
            "start": 817701405,
            "stop": 817703153
        },
        {
            "start": 817703160,
            "stop": 817707361
        },
        {
            "start": 817707665,
            "stop": 817707673
        },
        {
            "start": 817708401,
            "stop": 817714727
        }
    ]
}