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=8196
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=8197",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8195",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8196,
    "results": [
        {
            "start": 971461226,
            "stop": 971461335
        },
        {
            "start": 971461338,
            "stop": 971461422
        },
        {
            "start": 971461425,
            "stop": 971461457
        },
        {
            "start": 971461460,
            "stop": 971461513
        },
        {
            "start": 971461517,
            "stop": 971461530
        },
        {
            "start": 971461533,
            "stop": 971461544
        },
        {
            "start": 971461547,
            "stop": 971461548
        },
        {
            "start": 971461551,
            "stop": 971461558
        },
        {
            "start": 971461561,
            "stop": 971461569
        },
        {
            "start": 971461572,
            "stop": 971461586
        },
        {
            "start": 971461648,
            "stop": 971461650
        },
        {
            "start": 971461679,
            "stop": 971461687
        },
        {
            "start": 971461693,
            "stop": 971461701
        },
        {
            "start": 971461704,
            "stop": 971461706
        },
        {
            "start": 971461710,
            "stop": 971461860
        },
        {
            "start": 971461863,
            "stop": 971461917
        },
        {
            "start": 971461920,
            "stop": 971462013
        },
        {
            "start": 971462018,
            "stop": 971462076
        },
        {
            "start": 971462084,
            "stop": 971462281
        },
        {
            "start": 971462284,
            "stop": 971462326
        }
    ]
}