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=939
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=940",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=938",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 939,
    "results": [
        {
            "start": 866561539,
            "stop": 866561839
        },
        {
            "start": 866561984,
            "stop": 866562164
        },
        {
            "start": 866562304,
            "stop": 866563414
        },
        {
            "start": 866563564,
            "stop": 866565394
        },
        {
            "start": 866565424,
            "stop": 866566324
        },
        {
            "start": 866566474,
            "stop": 866567104
        },
        {
            "start": 866569818,
            "stop": 866570958
        },
        {
            "start": 866571102,
            "stop": 866571162
        },
        {
            "start": 866571848,
            "stop": 866571908
        },
        {
            "start": 866572122,
            "stop": 866572302
        },
        {
            "start": 866572604,
            "stop": 866572784
        },
        {
            "start": 866573327,
            "stop": 866573927
        },
        {
            "start": 866574148,
            "stop": 866574328
        },
        {
            "start": 866577654,
            "stop": 866578134
        },
        {
            "start": 866581812,
            "stop": 866583552
        },
        {
            "start": 866587286,
            "stop": 866589026
        },
        {
            "start": 866589116,
            "stop": 866593616
        },
        {
            "start": 866593766,
            "stop": 866600516
        },
        {
            "start": 866600666,
            "stop": 866601626
        },
        {
            "start": 866601786,
            "stop": 866602506
        }
    ]
}