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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10205",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10206,
    "results": [
        {
            "start": 874039369,
            "stop": 874039855
        },
        {
            "start": 874039863,
            "stop": 874040498
        },
        {
            "start": 874040515,
            "stop": 874041068
        },
        {
            "start": 874041104,
            "stop": 874041394
        },
        {
            "start": 874041411,
            "stop": 874041502
        },
        {
            "start": 874041552,
            "stop": 874041559
        },
        {
            "start": 874041631,
            "stop": 874041705
        },
        {
            "start": 874041766,
            "stop": 874041782
        },
        {
            "start": 874041818,
            "stop": 874041982
        },
        {
            "start": 874042170,
            "stop": 874042173
        },
        {
            "start": 874042216,
            "stop": 874042344
        },
        {
            "start": 874042562,
            "stop": 874042576
        },
        {
            "start": 874042644,
            "stop": 874042674
        },
        {
            "start": 874042713,
            "stop": 874042730
        },
        {
            "start": 874042766,
            "stop": 874042877
        },
        {
            "start": 874042955,
            "stop": 874042960
        },
        {
            "start": 874043012,
            "stop": 874043106
        },
        {
            "start": 874043304,
            "stop": 874043351
        },
        {
            "start": 874043394,
            "stop": 874043520
        },
        {
            "start": 874043613,
            "stop": 874043686
        }
    ]
}