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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=225",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 226,
    "results": [
        {
            "start": 821176888,
            "stop": 821176910
        },
        {
            "start": 821176918,
            "stop": 821176964
        },
        {
            "start": 821176972,
            "stop": 821177027
        },
        {
            "start": 821177035,
            "stop": 821177098
        },
        {
            "start": 821177106,
            "stop": 821177108
        },
        {
            "start": 821177116,
            "stop": 821177133
        },
        {
            "start": 821177141,
            "stop": 821177147
        },
        {
            "start": 821177155,
            "stop": 821177164
        },
        {
            "start": 821177177,
            "stop": 821177235
        },
        {
            "start": 821177245,
            "stop": 821177246
        },
        {
            "start": 821177254,
            "stop": 821177358
        },
        {
            "start": 821177371,
            "stop": 821177377
        },
        {
            "start": 821177385,
            "stop": 821177403
        },
        {
            "start": 821177411,
            "stop": 821177417
        },
        {
            "start": 821177445,
            "stop": 821177451
        },
        {
            "start": 821177459,
            "stop": 821177473
        },
        {
            "start": 821177481,
            "stop": 821177486
        },
        {
            "start": 821177501,
            "stop": 821177508
        },
        {
            "start": 821177519,
            "stop": 821177540
        },
        {
            "start": 821177548,
            "stop": 821177606
        }
    ]
}