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=939
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=940",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=938",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 939,
    "results": [
        {
            "start": 870529716,
            "stop": 870529776
        },
        {
            "start": 870529905,
            "stop": 870530565
        },
        {
            "start": 870530966,
            "stop": 870531026
        },
        {
            "start": 870531343,
            "stop": 870531643
        },
        {
            "start": 870532443,
            "stop": 870533223
        },
        {
            "start": 870533494,
            "stop": 870533674
        },
        {
            "start": 870549954,
            "stop": 870553464
        },
        {
            "start": 870556795,
            "stop": 870558295
        },
        {
            "start": 870558467,
            "stop": 870559907
        },
        {
            "start": 870563586,
            "stop": 870567426
        },
        {
            "start": 870567635,
            "stop": 870568715
        },
        {
            "start": 870569542,
            "stop": 870571162
        },
        {
            "start": 870571440,
            "stop": 870578040
        },
        {
            "start": 870580153,
            "stop": 870583633
        },
        {
            "start": 870583826,
            "stop": 870591266
        },
        {
            "start": 870591544,
            "stop": 870593044
        },
        {
            "start": 870597946,
            "stop": 870608986
        },
        {
            "start": 870609247,
            "stop": 870609367
        },
        {
            "start": 870610842,
            "stop": 870611982
        },
        {
            "start": 870612133,
            "stop": 870612253
        }
    ]
}