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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8198",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8196",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8197,
    "results": [
        {
            "start": 971462329,
            "stop": 971462342
        },
        {
            "start": 971462345,
            "stop": 971462348
        },
        {
            "start": 971462359,
            "stop": 971462400
        },
        {
            "start": 971462403,
            "stop": 971462453
        },
        {
            "start": 971462456,
            "stop": 971462459
        },
        {
            "start": 971462466,
            "stop": 971462472
        },
        {
            "start": 971462475,
            "stop": 971462492
        },
        {
            "start": 971462495,
            "stop": 971462497
        },
        {
            "start": 971462508,
            "stop": 971462511
        },
        {
            "start": 971462514,
            "stop": 971462533
        },
        {
            "start": 971462540,
            "stop": 971462598
        },
        {
            "start": 971502047,
            "stop": 971502086
        },
        {
            "start": 971502089,
            "stop": 971502098
        },
        {
            "start": 971502101,
            "stop": 971502119
        },
        {
            "start": 971502123,
            "stop": 971502138
        },
        {
            "start": 971502143,
            "stop": 971502211
        },
        {
            "start": 971502214,
            "stop": 971502348
        },
        {
            "start": 971502351,
            "stop": 971502645
        },
        {
            "start": 971502648,
            "stop": 971502663
        },
        {
            "start": 971502666,
            "stop": 971502707
        }
    ]
}