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=937
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=938",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=936",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 937,
    "results": [
        {
            "start": 866397509,
            "stop": 866398589
        },
        {
            "start": 866409442,
            "stop": 866409922
        },
        {
            "start": 866410086,
            "stop": 866410146
        },
        {
            "start": 866410324,
            "stop": 866412364
        },
        {
            "start": 866413526,
            "stop": 866413826
        },
        {
            "start": 866415539,
            "stop": 866419979
        },
        {
            "start": 866420135,
            "stop": 866430575
        },
        {
            "start": 866430605,
            "stop": 866435075
        },
        {
            "start": 866437194,
            "stop": 866437614
        },
        {
            "start": 866437764,
            "stop": 866444034
        },
        {
            "start": 866444301,
            "stop": 866447301
        },
        {
            "start": 866448779,
            "stop": 866450819
        },
        {
            "start": 866451667,
            "stop": 866454307
        },
        {
            "start": 866454477,
            "stop": 866462457
        },
        {
            "start": 866465945,
            "stop": 866468885
        },
        {
            "start": 866472103,
            "stop": 866472583
        },
        {
            "start": 866472868,
            "stop": 866474908
        },
        {
            "start": 866475057,
            "stop": 866475357
        },
        {
            "start": 866475703,
            "stop": 866476483
        },
        {
            "start": 866476640,
            "stop": 866477120
        }
    ]
}