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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9879",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9877",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9878,
    "results": [
        {
            "start": 874407362,
            "stop": 874407693
        },
        {
            "start": 874407696,
            "stop": 874407707
        },
        {
            "start": 874407710,
            "stop": 874407745
        },
        {
            "start": 874407748,
            "stop": 874407779
        },
        {
            "start": 874407782,
            "stop": 874408934
        },
        {
            "start": 874408937,
            "stop": 874409125
        },
        {
            "start": 874409129,
            "stop": 874409146
        },
        {
            "start": 874409149,
            "stop": 874409156
        },
        {
            "start": 874409161,
            "stop": 874409164
        },
        {
            "start": 874409168,
            "stop": 874409172
        },
        {
            "start": 874409177,
            "stop": 874409375
        },
        {
            "start": 874409384,
            "stop": 874409610
        },
        {
            "start": 874409616,
            "stop": 874409641
        },
        {
            "start": 874409644,
            "stop": 874409655
        },
        {
            "start": 874409658,
            "stop": 874409660
        },
        {
            "start": 874409664,
            "stop": 874409669
        },
        {
            "start": 874409672,
            "stop": 874409686
        },
        {
            "start": 874409689,
            "stop": 874409696
        },
        {
            "start": 874409704,
            "stop": 874409706
        },
        {
            "start": 874409709,
            "stop": 874409738
        }
    ]
}