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_H1L1/segments?format=api&page=232
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_H1L1/segments?format=api&page=233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=231",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 232,
    "results": [
        {
            "start": 827745553,
            "stop": 827745733
        },
        {
            "start": 827745898,
            "stop": 827746198
        },
        {
            "start": 827746450,
            "stop": 827746570
        },
        {
            "start": 827746881,
            "stop": 827747241
        },
        {
            "start": 827747793,
            "stop": 827747853
        },
        {
            "start": 827748711,
            "stop": 827748771
        },
        {
            "start": 827749040,
            "stop": 827749280
        },
        {
            "start": 827749847,
            "stop": 827750027
        },
        {
            "start": 827750765,
            "stop": 827750825
        },
        {
            "start": 827751125,
            "stop": 827751305
        },
        {
            "start": 827752396,
            "stop": 827752756
        },
        {
            "start": 827753130,
            "stop": 827753370
        },
        {
            "start": 827753693,
            "stop": 827754233
        },
        {
            "start": 827754527,
            "stop": 827754947
        },
        {
            "start": 827755754,
            "stop": 827755874
        },
        {
            "start": 827756038,
            "stop": 827756758
        },
        {
            "start": 827756924,
            "stop": 827758064
        },
        {
            "start": 827758610,
            "stop": 827758790
        },
        {
            "start": 827759100,
            "stop": 827759400
        },
        {
            "start": 827759554,
            "stop": 827759674
        }
    ]
}