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=1029
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=1030",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1028",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1029,
    "results": [
        {
            "start": 874147826,
            "stop": 874147886
        },
        {
            "start": 874148091,
            "stop": 874148331
        },
        {
            "start": 874148552,
            "stop": 874148912
        },
        {
            "start": 874149520,
            "stop": 874149640
        },
        {
            "start": 874149823,
            "stop": 874149883
        },
        {
            "start": 874150048,
            "stop": 874150108
        },
        {
            "start": 874150264,
            "stop": 874150384
        },
        {
            "start": 874150534,
            "stop": 874150774
        },
        {
            "start": 874150924,
            "stop": 874150984
        },
        {
            "start": 874151188,
            "stop": 874151548
        },
        {
            "start": 874151959,
            "stop": 874152319
        },
        {
            "start": 874153400,
            "stop": 874154960
        },
        {
            "start": 874155323,
            "stop": 874155383
        },
        {
            "start": 874155533,
            "stop": 874155593
        },
        {
            "start": 874155755,
            "stop": 874155815
        },
        {
            "start": 874156661,
            "stop": 874156781
        },
        {
            "start": 874159237,
            "stop": 874159477
        },
        {
            "start": 874160095,
            "stop": 874160215
        },
        {
            "start": 874160370,
            "stop": 874160670
        },
        {
            "start": 874160823,
            "stop": 874161183
        }
    ]
}