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=929
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=930",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=928",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 929,
    "results": [
        {
            "start": 869607200,
            "stop": 869609930
        },
        {
            "start": 869610050,
            "stop": 869612540
        },
        {
            "start": 869612706,
            "stop": 869612826
        },
        {
            "start": 869613025,
            "stop": 869613205
        },
        {
            "start": 869613585,
            "stop": 869613705
        },
        {
            "start": 869623027,
            "stop": 869623567
        },
        {
            "start": 869623763,
            "stop": 869623853
        },
        {
            "start": 869624003,
            "stop": 869645303
        },
        {
            "start": 869651281,
            "stop": 869659501
        },
        {
            "start": 869662856,
            "stop": 869663156
        },
        {
            "start": 869663330,
            "stop": 869665310
        },
        {
            "start": 869665482,
            "stop": 869665662
        },
        {
            "start": 869665901,
            "stop": 869666021
        },
        {
            "start": 869672362,
            "stop": 869675302
        },
        {
            "start": 869675457,
            "stop": 869677437
        },
        {
            "start": 869678208,
            "stop": 869680008
        },
        {
            "start": 869680795,
            "stop": 869685535
        },
        {
            "start": 869685710,
            "stop": 869685890
        },
        {
            "start": 869686058,
            "stop": 869686448
        },
        {
            "start": 869686538,
            "stop": 869687918
        }
    ]
}