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=267
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=268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=266",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 267,
    "results": [
        {
            "start": 830178067,
            "stop": 830179357
        },
        {
            "start": 830179604,
            "stop": 830179754
        },
        {
            "start": 830179784,
            "stop": 830180084
        },
        {
            "start": 830182667,
            "stop": 830182787
        },
        {
            "start": 830190651,
            "stop": 830190711
        },
        {
            "start": 830190933,
            "stop": 830190993
        },
        {
            "start": 830192218,
            "stop": 830192458
        },
        {
            "start": 830192982,
            "stop": 830193222
        },
        {
            "start": 830193511,
            "stop": 830193571
        },
        {
            "start": 830193742,
            "stop": 830193982
        },
        {
            "start": 830215605,
            "stop": 830216385
        },
        {
            "start": 830216535,
            "stop": 830217045
        },
        {
            "start": 830217192,
            "stop": 830217522
        },
        {
            "start": 830217672,
            "stop": 830220972
        },
        {
            "start": 830221115,
            "stop": 830222615
        },
        {
            "start": 830222939,
            "stop": 830223119
        },
        {
            "start": 830223267,
            "stop": 830224527
        },
        {
            "start": 830224587,
            "stop": 830226267
        },
        {
            "start": 830226407,
            "stop": 830227697
        },
        {
            "start": 830229772,
            "stop": 830229892
        }
    ]
}