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=1021
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=1022",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1020",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1021,
    "results": [
        {
            "start": 871964093,
            "stop": 871964333
        },
        {
            "start": 871964483,
            "stop": 871964573
        },
        {
            "start": 871964733,
            "stop": 871971753
        },
        {
            "start": 871971906,
            "stop": 871973046
        },
        {
            "start": 871973976,
            "stop": 871974876
        },
        {
            "start": 871975187,
            "stop": 871975367
        },
        {
            "start": 871976463,
            "stop": 871979283
        },
        {
            "start": 871979508,
            "stop": 871980048
        },
        {
            "start": 871980367,
            "stop": 871980847
        },
        {
            "start": 871981122,
            "stop": 871982022
        },
        {
            "start": 871982292,
            "stop": 871983642
        },
        {
            "start": 871983792,
            "stop": 871984572
        },
        {
            "start": 871984727,
            "stop": 871989347
        },
        {
            "start": 871989568,
            "stop": 871993708
        },
        {
            "start": 871993861,
            "stop": 871995301
        },
        {
            "start": 871995462,
            "stop": 871995762
        },
        {
            "start": 871995933,
            "stop": 871995993
        },
        {
            "start": 872002032,
            "stop": 872002752
        },
        {
            "start": 872003113,
            "stop": 872003233
        },
        {
            "start": 872003390,
            "stop": 872005850
        }
    ]
}