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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=258",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 259,
    "results": [
        {
            "start": 934819387,
            "stop": 934819411
        },
        {
            "start": 934819413,
            "stop": 934819416
        },
        {
            "start": 934819419,
            "stop": 934819433
        },
        {
            "start": 934819436,
            "stop": 934821997
        },
        {
            "start": 934825021,
            "stop": 934825463
        },
        {
            "start": 934825470,
            "stop": 934826535
        },
        {
            "start": 934826537,
            "stop": 934826557
        },
        {
            "start": 934826559,
            "stop": 934826567
        },
        {
            "start": 934826569,
            "stop": 934826582
        },
        {
            "start": 934826585,
            "stop": 934826615
        },
        {
            "start": 934826617,
            "stop": 934826631
        },
        {
            "start": 934826635,
            "stop": 934830156
        },
        {
            "start": 934830159,
            "stop": 934830164
        },
        {
            "start": 934830166,
            "stop": 934830182
        },
        {
            "start": 934830185,
            "stop": 934830191
        },
        {
            "start": 934830194,
            "stop": 934830216
        },
        {
            "start": 934830219,
            "stop": 934830232
        },
        {
            "start": 934830236,
            "stop": 934831879
        },
        {
            "start": 934831880,
            "stop": 934833299
        },
        {
            "start": 934833305,
            "stop": 934833766
        }
    ]
}