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=17
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=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=16",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 17,
    "results": [
        {
            "start": 817257250,
            "stop": 817257460
        },
        {
            "start": 817257490,
            "stop": 817257550
        },
        {
            "start": 817257710,
            "stop": 817257830
        },
        {
            "start": 817257990,
            "stop": 817258110
        },
        {
            "start": 817258776,
            "stop": 817258836
        },
        {
            "start": 817259035,
            "stop": 817259155
        },
        {
            "start": 817259301,
            "stop": 817259541
        },
        {
            "start": 817259696,
            "stop": 817259756
        },
        {
            "start": 817259917,
            "stop": 817260157
        },
        {
            "start": 817260545,
            "stop": 817260635
        },
        {
            "start": 817261063,
            "stop": 817261183
        },
        {
            "start": 817261335,
            "stop": 817261455
        },
        {
            "start": 817261724,
            "stop": 817261964
        },
        {
            "start": 817262195,
            "stop": 817262435
        },
        {
            "start": 817262604,
            "stop": 817262784
        },
        {
            "start": 817262941,
            "stop": 817263121
        },
        {
            "start": 817263539,
            "stop": 817263599
        },
        {
            "start": 817263788,
            "stop": 817263908
        },
        {
            "start": 817265171,
            "stop": 817265231
        },
        {
            "start": 817265675,
            "stop": 817265735
        }
    ]
}