Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=177
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=176",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 177,
    "results": [
        {
            "start": 931429154,
            "stop": 931429155
        },
        {
            "start": 931429161,
            "stop": 931429165
        },
        {
            "start": 931429168,
            "stop": 931429169
        },
        {
            "start": 931429171,
            "stop": 931429175
        },
        {
            "start": 931429180,
            "stop": 931429181
        },
        {
            "start": 931429183,
            "stop": 931429192
        },
        {
            "start": 931429197,
            "stop": 931429209
        },
        {
            "start": 931429216,
            "stop": 931429221
        },
        {
            "start": 931429225,
            "stop": 931429235
        },
        {
            "start": 931429239,
            "stop": 931429241
        },
        {
            "start": 931429243,
            "stop": 931429244
        },
        {
            "start": 931429247,
            "stop": 931429250
        },
        {
            "start": 931429253,
            "stop": 931429258
        },
        {
            "start": 931429262,
            "stop": 931429268
        },
        {
            "start": 931429271,
            "stop": 931429273
        },
        {
            "start": 931429276,
            "stop": 931429288
        },
        {
            "start": 931429290,
            "stop": 931429294
        },
        {
            "start": 931429307,
            "stop": 931429314
        },
        {
            "start": 931429316,
            "stop": 931429327
        },
        {
            "start": 931429329,
            "stop": 931429330
        }
    ]
}