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=1038
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=1039",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1037",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1038,
    "results": [
        {
            "start": 872415353,
            "stop": 872415473
        },
        {
            "start": 872415653,
            "stop": 872418293
        },
        {
            "start": 872418454,
            "stop": 872419534
        },
        {
            "start": 872419967,
            "stop": 872420747
        },
        {
            "start": 872421023,
            "stop": 872421083
        },
        {
            "start": 872421453,
            "stop": 872421873
        },
        {
            "start": 872422395,
            "stop": 872422575
        },
        {
            "start": 872422792,
            "stop": 872422852
        },
        {
            "start": 872432377,
            "stop": 872432557
        },
        {
            "start": 872433073,
            "stop": 872433193
        },
        {
            "start": 872436909,
            "stop": 872437119
        },
        {
            "start": 872437296,
            "stop": 872437596
        },
        {
            "start": 872437742,
            "stop": 872437802
        },
        {
            "start": 872438049,
            "stop": 872438109
        },
        {
            "start": 872438427,
            "stop": 872438487
        },
        {
            "start": 872438628,
            "stop": 872438808
        },
        {
            "start": 872439093,
            "stop": 872439273
        },
        {
            "start": 872439852,
            "stop": 872439972
        },
        {
            "start": 872440240,
            "stop": 872440360
        },
        {
            "start": 872440490,
            "stop": 872440610
        }
    ]
}