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=99
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=100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=98",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 99,
    "results": [
        {
            "start": 820803064,
            "stop": 820803664
        },
        {
            "start": 820803830,
            "stop": 820804790
        },
        {
            "start": 820806376,
            "stop": 820806556
        },
        {
            "start": 820806709,
            "stop": 820807249
        },
        {
            "start": 820807759,
            "stop": 820808479
        },
        {
            "start": 820808633,
            "stop": 820808993
        },
        {
            "start": 820809447,
            "stop": 820809507
        },
        {
            "start": 820809793,
            "stop": 820810573
        },
        {
            "start": 820810774,
            "stop": 820813714
        },
        {
            "start": 820813976,
            "stop": 820814036
        },
        {
            "start": 820814198,
            "stop": 820814378
        },
        {
            "start": 820814818,
            "stop": 820815118
        },
        {
            "start": 820815261,
            "stop": 820815741
        },
        {
            "start": 820815903,
            "stop": 820816023
        },
        {
            "start": 820816181,
            "stop": 820816361
        },
        {
            "start": 820816520,
            "stop": 820816820
        },
        {
            "start": 820816974,
            "stop": 820819554
        },
        {
            "start": 820819802,
            "stop": 820821662
        },
        {
            "start": 820821995,
            "stop": 820822175
        },
        {
            "start": 820822389,
            "stop": 820822809
        }
    ]
}