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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=296",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 297,
    "results": [
        {
            "start": 818555257,
            "stop": 818555652
        },
        {
            "start": 818555669,
            "stop": 818555851
        },
        {
            "start": 818555870,
            "stop": 818555897
        },
        {
            "start": 818555930,
            "stop": 818556479
        },
        {
            "start": 818556498,
            "stop": 818556618
        },
        {
            "start": 818556635,
            "stop": 818557027
        },
        {
            "start": 818557044,
            "stop": 818557121
        },
        {
            "start": 818557125,
            "stop": 818557174
        },
        {
            "start": 818557179,
            "stop": 818558103
        },
        {
            "start": 818558123,
            "stop": 818558500
        },
        {
            "start": 818558620,
            "stop": 818558812
        },
        {
            "start": 818558853,
            "stop": 818559165
        },
        {
            "start": 818559196,
            "stop": 818559424
        },
        {
            "start": 818559446,
            "stop": 818559616
        },
        {
            "start": 818559650,
            "stop": 818559671
        },
        {
            "start": 818559691,
            "stop": 818560205
        },
        {
            "start": 818560228,
            "stop": 818560378
        },
        {
            "start": 818560395,
            "stop": 818560650
        },
        {
            "start": 818560682,
            "stop": 818561863
        },
        {
            "start": 818561880,
            "stop": 818562270
        }
    ]
}