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=1070
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=1071",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1069",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1070,
    "results": [
        {
            "start": 873513140,
            "stop": 873513620
        },
        {
            "start": 873513770,
            "stop": 873514370
        },
        {
            "start": 873514520,
            "stop": 873515120
        },
        {
            "start": 873515336,
            "stop": 873515816
        },
        {
            "start": 873518595,
            "stop": 873520455
        },
        {
            "start": 873520602,
            "stop": 873521262
        },
        {
            "start": 873521429,
            "stop": 873522089
        },
        {
            "start": 873522254,
            "stop": 873524114
        },
        {
            "start": 873524413,
            "stop": 873526033
        },
        {
            "start": 873526181,
            "stop": 873532181
        },
        {
            "start": 873532340,
            "stop": 873532460
        },
        {
            "start": 873532608,
            "stop": 873533148
        },
        {
            "start": 873533465,
            "stop": 873534185
        },
        {
            "start": 873535051,
            "stop": 873539011
        },
        {
            "start": 873539238,
            "stop": 873539718
        },
        {
            "start": 873540965,
            "stop": 873544865
        },
        {
            "start": 873545005,
            "stop": 873546325
        },
        {
            "start": 873546558,
            "stop": 873546978
        },
        {
            "start": 873550372,
            "stop": 873550732
        },
        {
            "start": 873551088,
            "stop": 873551538
        }
    ]
}