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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1094",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1092",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1093,
    "results": [
        {
            "start": 874244986,
            "stop": 874247506
        },
        {
            "start": 874248694,
            "stop": 874248934
        },
        {
            "start": 874249180,
            "stop": 874249420
        },
        {
            "start": 874251006,
            "stop": 874251246
        },
        {
            "start": 874251397,
            "stop": 874251457
        },
        {
            "start": 874251650,
            "stop": 874252160
        },
        {
            "start": 874253338,
            "stop": 874253458
        },
        {
            "start": 874253621,
            "stop": 874255961
        },
        {
            "start": 874256121,
            "stop": 874257051
        },
        {
            "start": 874257201,
            "stop": 874259901
        },
        {
            "start": 874260047,
            "stop": 874260137
        },
        {
            "start": 874260408,
            "stop": 874262898
        },
        {
            "start": 874267401,
            "stop": 874268961
        },
        {
            "start": 874269109,
            "stop": 874269229
        },
        {
            "start": 874269400,
            "stop": 874271860
        },
        {
            "start": 874272033,
            "stop": 874272213
        },
        {
            "start": 874272367,
            "stop": 874272787
        },
        {
            "start": 874274144,
            "stop": 874275344
        },
        {
            "start": 874276451,
            "stop": 874279781
        },
        {
            "start": 874279871,
            "stop": 874281431
        }
    ]
}