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_H1L1/segments?format=api&page=101
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=102",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=100",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 101,
    "results": [
        {
            "start": 820838688,
            "stop": 820839048
        },
        {
            "start": 820839322,
            "stop": 820839382
        },
        {
            "start": 820839641,
            "stop": 820839821
        },
        {
            "start": 820840039,
            "stop": 820840159
        },
        {
            "start": 820840340,
            "stop": 820840460
        },
        {
            "start": 820841263,
            "stop": 820841443
        },
        {
            "start": 820841597,
            "stop": 820841897
        },
        {
            "start": 820842059,
            "stop": 820842239
        },
        {
            "start": 820842742,
            "stop": 820842802
        },
        {
            "start": 820843157,
            "stop": 820843427
        },
        {
            "start": 820844035,
            "stop": 820844095
        },
        {
            "start": 820844959,
            "stop": 820845199
        },
        {
            "start": 820845586,
            "stop": 820845706
        },
        {
            "start": 820845864,
            "stop": 820846224
        },
        {
            "start": 820847061,
            "stop": 820847121
        },
        {
            "start": 820850250,
            "stop": 820850310
        },
        {
            "start": 820850778,
            "stop": 820850838
        },
        {
            "start": 820896835,
            "stop": 820896955
        },
        {
            "start": 820897730,
            "stop": 820897790
        },
        {
            "start": 820899183,
            "stop": 820899303
        }
    ]
}