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=8172
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=8173",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8171",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8172,
    "results": [
        {
            "start": 971008717,
            "stop": 971008732
        },
        {
            "start": 971008735,
            "stop": 971008744
        },
        {
            "start": 971008747,
            "stop": 971008788
        },
        {
            "start": 971008791,
            "stop": 971008805
        },
        {
            "start": 971008811,
            "stop": 971008825
        },
        {
            "start": 971008828,
            "stop": 971008840
        },
        {
            "start": 971008843,
            "stop": 971008860
        },
        {
            "start": 971008863,
            "stop": 971008884
        },
        {
            "start": 971008887,
            "stop": 971008900
        },
        {
            "start": 971008903,
            "stop": 971008938
        },
        {
            "start": 971008941,
            "stop": 971008966
        },
        {
            "start": 971008969,
            "stop": 971008984
        },
        {
            "start": 971008987,
            "stop": 971009134
        },
        {
            "start": 971009137,
            "stop": 971009171
        },
        {
            "start": 971009174,
            "stop": 971009176
        },
        {
            "start": 971009179,
            "stop": 971009191
        },
        {
            "start": 971009194,
            "stop": 971009232
        },
        {
            "start": 971009235,
            "stop": 971009261
        },
        {
            "start": 971009267,
            "stop": 971009305
        },
        {
            "start": 971009308,
            "stop": 971009320
        }
    ]
}