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/H2_CBCLOW_CAT3/segments?format=api&page=5092
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5093",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5091",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5092,
    "results": [
        {
            "start": 874640245,
            "stop": 874640318
        },
        {
            "start": 874640331,
            "stop": 874640391
        },
        {
            "start": 874640398,
            "stop": 874640449
        },
        {
            "start": 874640457,
            "stop": 874640465
        },
        {
            "start": 874640473,
            "stop": 874640552
        },
        {
            "start": 874640559,
            "stop": 874640880
        },
        {
            "start": 874640893,
            "stop": 874640920
        },
        {
            "start": 874640927,
            "stop": 874641067
        },
        {
            "start": 874641074,
            "stop": 874641116
        },
        {
            "start": 874641123,
            "stop": 874641161
        },
        {
            "start": 874641170,
            "stop": 874641184
        },
        {
            "start": 874641191,
            "stop": 874641206
        },
        {
            "start": 874641213,
            "stop": 874641264
        },
        {
            "start": 874641271,
            "stop": 874641311
        },
        {
            "start": 874641319,
            "stop": 874641384
        },
        {
            "start": 874641391,
            "stop": 874641618
        },
        {
            "start": 874641625,
            "stop": 874641629
        },
        {
            "start": 874641636,
            "stop": 874641800
        },
        {
            "start": 874641808,
            "stop": 874641828
        },
        {
            "start": 874641835,
            "stop": 874641985
        }
    ]
}