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=40
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=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=39",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 40,
    "results": [
        {
            "start": 818470150,
            "stop": 818470390
        },
        {
            "start": 818470564,
            "stop": 818470624
        },
        {
            "start": 818470818,
            "stop": 818471118
        },
        {
            "start": 818471268,
            "stop": 818471388
        },
        {
            "start": 818471764,
            "stop": 818471944
        },
        {
            "start": 818472102,
            "stop": 818472402
        },
        {
            "start": 818472552,
            "stop": 818472912
        },
        {
            "start": 818473226,
            "stop": 818474126
        },
        {
            "start": 818474349,
            "stop": 818474589
        },
        {
            "start": 818475925,
            "stop": 818476285
        },
        {
            "start": 818476530,
            "stop": 818476830
        },
        {
            "start": 818477165,
            "stop": 818477465
        },
        {
            "start": 818477614,
            "stop": 818478034
        },
        {
            "start": 818478193,
            "stop": 818478313
        },
        {
            "start": 818478548,
            "stop": 818478968
        },
        {
            "start": 818479142,
            "stop": 818479382
        },
        {
            "start": 818479544,
            "stop": 818479604
        },
        {
            "start": 818495864,
            "stop": 818496164
        },
        {
            "start": 818496331,
            "stop": 818496391
        },
        {
            "start": 818496574,
            "stop": 818496814
        }
    ]
}