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=15679
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=15680",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15678",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15679,
    "results": [
        {
            "start": 971160433,
            "stop": 971160435
        },
        {
            "start": 971160436,
            "stop": 971160437
        },
        {
            "start": 971160444,
            "stop": 971160445
        },
        {
            "start": 971160446,
            "stop": 971160447
        },
        {
            "start": 971160448,
            "stop": 971160452
        },
        {
            "start": 971160456,
            "stop": 971160460
        },
        {
            "start": 971160461,
            "stop": 971160462
        },
        {
            "start": 971160464,
            "stop": 971160467
        },
        {
            "start": 971160469,
            "stop": 971160481
        },
        {
            "start": 971160482,
            "stop": 971160483
        },
        {
            "start": 971160484,
            "stop": 971160485
        },
        {
            "start": 971160487,
            "stop": 971160490
        },
        {
            "start": 971160494,
            "stop": 971160496
        },
        {
            "start": 971160499,
            "stop": 971160500
        },
        {
            "start": 971160502,
            "stop": 971160505
        },
        {
            "start": 971160506,
            "stop": 971160510
        },
        {
            "start": 971160511,
            "stop": 971160512
        },
        {
            "start": 971160513,
            "stop": 971160515
        },
        {
            "start": 971160516,
            "stop": 971160519
        },
        {
            "start": 971160521,
            "stop": 971160530
        }
    ]
}