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=724
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=725",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=723",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 724,
    "results": [
        {
            "start": 854447030,
            "stop": 854449670
        },
        {
            "start": 854449815,
            "stop": 854456235
        },
        {
            "start": 854456424,
            "stop": 854456724
        },
        {
            "start": 854456922,
            "stop": 854458422
        },
        {
            "start": 854459385,
            "stop": 854461965
        },
        {
            "start": 854462378,
            "stop": 854463098
        },
        {
            "start": 854464485,
            "stop": 854464785
        },
        {
            "start": 854465039,
            "stop": 854465159
        },
        {
            "start": 854466359,
            "stop": 854466719
        },
        {
            "start": 854466869,
            "stop": 854469899
        },
        {
            "start": 854471083,
            "stop": 854472643
        },
        {
            "start": 854472807,
            "stop": 854474517
        },
        {
            "start": 854475969,
            "stop": 854476809
        },
        {
            "start": 854476959,
            "stop": 854477769
        },
        {
            "start": 854477964,
            "stop": 854478684
        },
        {
            "start": 854479797,
            "stop": 854482137
        },
        {
            "start": 854483319,
            "stop": 854483379
        },
        {
            "start": 854483532,
            "stop": 854492232
        },
        {
            "start": 854492454,
            "stop": 854494314
        },
        {
            "start": 854495229,
            "stop": 854496069
        }
    ]
}