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=817
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=818",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=816",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 817,
    "results": [
        {
            "start": 859744562,
            "stop": 859747082
        },
        {
            "start": 859747404,
            "stop": 859747824
        },
        {
            "start": 859750018,
            "stop": 859751548
        },
        {
            "start": 859751578,
            "stop": 859751638
        },
        {
            "start": 859753040,
            "stop": 859755080
        },
        {
            "start": 859755232,
            "stop": 859756132
        },
        {
            "start": 859756293,
            "stop": 859756833
        },
        {
            "start": 859756999,
            "stop": 859758139
        },
        {
            "start": 859761022,
            "stop": 859761142
        },
        {
            "start": 859765426,
            "stop": 859766506
        },
        {
            "start": 859769516,
            "stop": 859779416
        },
        {
            "start": 859779446,
            "stop": 859781216
        },
        {
            "start": 859787156,
            "stop": 859787516
        },
        {
            "start": 859787576,
            "stop": 859787696
        },
        {
            "start": 859789048,
            "stop": 859790788
        },
        {
            "start": 859792988,
            "stop": 859794968
        },
        {
            "start": 859795118,
            "stop": 859806068
        },
        {
            "start": 859806237,
            "stop": 859807197
        },
        {
            "start": 859807363,
            "stop": 859810723
        },
        {
            "start": 859810879,
            "stop": 859811119
        }
    ]
}