Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=902
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=903",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=901",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 902,
    "results": [
        {
            "start": 867337930,
            "stop": 867338020
        },
        {
            "start": 867338110,
            "stop": 867339760
        },
        {
            "start": 867339999,
            "stop": 867347619
        },
        {
            "start": 867347649,
            "stop": 867350319
        },
        {
            "start": 867350538,
            "stop": 867353538
        },
        {
            "start": 867356313,
            "stop": 867361413
        },
        {
            "start": 867361595,
            "stop": 867363995
        },
        {
            "start": 867367577,
            "stop": 867367997
        },
        {
            "start": 867368141,
            "stop": 867378701
        },
        {
            "start": 867383701,
            "stop": 867393121
        },
        {
            "start": 867393271,
            "stop": 867394711
        },
        {
            "start": 867394909,
            "stop": 867403849
        },
        {
            "start": 867404033,
            "stop": 867407933
        },
        {
            "start": 867408067,
            "stop": 867411487
        },
        {
            "start": 867411644,
            "stop": 867413624
        },
        {
            "start": 867413793,
            "stop": 867413853
        },
        {
            "start": 867414426,
            "stop": 867414486
        },
        {
            "start": 867416169,
            "stop": 867416229
        },
        {
            "start": 867420248,
            "stop": 867420308
        },
        {
            "start": 867421118,
            "stop": 867421298
        }
    ]
}