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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1017",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1015",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1016,
    "results": [
        {
            "start": 871812454,
            "stop": 871814404
        },
        {
            "start": 871814434,
            "stop": 871818754
        },
        {
            "start": 871819340,
            "stop": 871819460
        },
        {
            "start": 871819824,
            "stop": 871820004
        },
        {
            "start": 871820387,
            "stop": 871820627
        },
        {
            "start": 871822646,
            "stop": 871822826
        },
        {
            "start": 871822959,
            "stop": 871823139
        },
        {
            "start": 871823358,
            "stop": 871823418
        },
        {
            "start": 871823554,
            "stop": 871823854
        },
        {
            "start": 871824496,
            "stop": 871825636
        },
        {
            "start": 871836436,
            "stop": 871836496
        },
        {
            "start": 871836742,
            "stop": 871837462
        },
        {
            "start": 871837673,
            "stop": 871838153
        },
        {
            "start": 871838303,
            "stop": 871839113
        },
        {
            "start": 871839501,
            "stop": 871842081
        },
        {
            "start": 871842239,
            "stop": 871842599
        },
        {
            "start": 871842754,
            "stop": 871842814
        },
        {
            "start": 871843015,
            "stop": 871845055
        },
        {
            "start": 871845210,
            "stop": 871845330
        },
        {
            "start": 871845833,
            "stop": 871845893
        }
    ]
}