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=8174
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=8175",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8173",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8174,
    "results": [
        {
            "start": 971009901,
            "stop": 971010018
        },
        {
            "start": 971010021,
            "stop": 971010028
        },
        {
            "start": 971010032,
            "stop": 971010033
        },
        {
            "start": 971010036,
            "stop": 971010054
        },
        {
            "start": 971010057,
            "stop": 971010067
        },
        {
            "start": 971010070,
            "stop": 971010098
        },
        {
            "start": 971010104,
            "stop": 971010134
        },
        {
            "start": 971010137,
            "stop": 971010156
        },
        {
            "start": 971010159,
            "stop": 971010185
        },
        {
            "start": 971010188,
            "stop": 971010189
        },
        {
            "start": 971010195,
            "stop": 971010216
        },
        {
            "start": 971010219,
            "stop": 971010288
        },
        {
            "start": 971010291,
            "stop": 971010317
        },
        {
            "start": 971010323,
            "stop": 971010331
        },
        {
            "start": 971010334,
            "stop": 971010388
        },
        {
            "start": 971010391,
            "stop": 971010426
        },
        {
            "start": 971010429,
            "stop": 971010468
        },
        {
            "start": 971010471,
            "stop": 971010486
        },
        {
            "start": 971010489,
            "stop": 971010543
        },
        {
            "start": 971010548,
            "stop": 971010552
        }
    ]
}