Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=985
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_H2L1/segments?format=api&page=986",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=984",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 985,
    "results": [
        {
            "start": 872524108,
            "stop": 872524348
        },
        {
            "start": 872526845,
            "stop": 872527025
        },
        {
            "start": 872528959,
            "stop": 872529019
        },
        {
            "start": 872530071,
            "stop": 872530131
        },
        {
            "start": 872530654,
            "stop": 872530714
        },
        {
            "start": 872544149,
            "stop": 872545289
        },
        {
            "start": 872545996,
            "stop": 872546476
        },
        {
            "start": 872546621,
            "stop": 872546681
        },
        {
            "start": 872547106,
            "stop": 872547466
        },
        {
            "start": 872548116,
            "stop": 872550096
        },
        {
            "start": 872550242,
            "stop": 872551202
        },
        {
            "start": 872551357,
            "stop": 872553097
        },
        {
            "start": 872553256,
            "stop": 872554216
        },
        {
            "start": 872554509,
            "stop": 872554929
        },
        {
            "start": 872555086,
            "stop": 872555926
        },
        {
            "start": 872556595,
            "stop": 872557135
        },
        {
            "start": 872557605,
            "stop": 872557995
        },
        {
            "start": 872558301,
            "stop": 872558421
        },
        {
            "start": 872558575,
            "stop": 872561095
        },
        {
            "start": 872561224,
            "stop": 872561644
        }
    ]
}