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=791
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=792",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=790",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 791,
    "results": [
        {
            "start": 858134464,
            "stop": 858134524
        },
        {
            "start": 858134666,
            "stop": 858135326
        },
        {
            "start": 858135476,
            "stop": 858135656
        },
        {
            "start": 858135806,
            "stop": 858150506
        },
        {
            "start": 858151975,
            "stop": 858160135
        },
        {
            "start": 858160285,
            "stop": 858164965
        },
        {
            "start": 858165260,
            "stop": 858166580
        },
        {
            "start": 858166730,
            "stop": 858172700
        },
        {
            "start": 858173879,
            "stop": 858182819
        },
        {
            "start": 858183189,
            "stop": 858183489
        },
        {
            "start": 858183648,
            "stop": 858184908
        },
        {
            "start": 858186527,
            "stop": 858191207
        },
        {
            "start": 858191558,
            "stop": 858192668
        },
        {
            "start": 858192963,
            "stop": 858193323
        },
        {
            "start": 858193588,
            "stop": 858194578
        },
        {
            "start": 858194808,
            "stop": 858200628
        },
        {
            "start": 858200831,
            "stop": 858204011
        },
        {
            "start": 858204273,
            "stop": 858207093
        },
        {
            "start": 858210306,
            "stop": 858216936
        },
        {
            "start": 858217116,
            "stop": 858217446
        }
    ]
}