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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1499",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1497",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1498,
    "results": [
        {
            "start": 866518282,
            "stop": 866559820
        },
        {
            "start": 866560845,
            "stop": 866571243
        },
        {
            "start": 866571757,
            "stop": 866575714
        },
        {
            "start": 866576406,
            "stop": 866578213
        },
        {
            "start": 866578919,
            "stop": 866578988
        },
        {
            "start": 866579691,
            "stop": 866583639
        },
        {
            "start": 866587207,
            "stop": 866601706
        },
        {
            "start": 866601709,
            "stop": 866604211
        },
        {
            "start": 866604214,
            "stop": 866605036
        },
        {
            "start": 866606115,
            "stop": 866650998
        },
        {
            "start": 866651001,
            "stop": 866651429
        },
        {
            "start": 866659969,
            "stop": 866672717
        },
        {
            "start": 866672720,
            "stop": 866685942
        },
        {
            "start": 866685945,
            "stop": 866726650
        },
        {
            "start": 866726924,
            "stop": 866733399
        },
        {
            "start": 866733402,
            "stop": 866736394
        },
        {
            "start": 866737368,
            "stop": 866738335
        },
        {
            "start": 866739202,
            "stop": 866762365
        },
        {
            "start": 866762369,
            "stop": 866762375
        },
        {
            "start": 866762379,
            "stop": 866770876
        }
    ]
}