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=8200
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=8201",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8199",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8200,
    "results": [
        {
            "start": 971504741,
            "stop": 971504766
        },
        {
            "start": 971504769,
            "stop": 971504801
        },
        {
            "start": 971504804,
            "stop": 971504849
        },
        {
            "start": 971504854,
            "stop": 971504866
        },
        {
            "start": 971504869,
            "stop": 971504944
        },
        {
            "start": 971504947,
            "stop": 971505052
        },
        {
            "start": 971505055,
            "stop": 971505117
        },
        {
            "start": 971505120,
            "stop": 971505168
        },
        {
            "start": 971505174,
            "stop": 971505230
        },
        {
            "start": 971505233,
            "stop": 971505236
        },
        {
            "start": 971505239,
            "stop": 971505246
        },
        {
            "start": 971505249,
            "stop": 971505309
        },
        {
            "start": 971505315,
            "stop": 971505321
        },
        {
            "start": 971505324,
            "stop": 971505345
        },
        {
            "start": 971505348,
            "stop": 971505399
        },
        {
            "start": 971505405,
            "stop": 971505407
        },
        {
            "start": 971505411,
            "stop": 971505433
        },
        {
            "start": 971505436,
            "stop": 971505437
        },
        {
            "start": 971505440,
            "stop": 971505461
        },
        {
            "start": 971505464,
            "stop": 971505473
        }
    ]
}