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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=23",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 24,
    "results": [
        {
            "start": 931245194,
            "stop": 931245195
        },
        {
            "start": 931245204,
            "stop": 931245205
        },
        {
            "start": 931245207,
            "stop": 931245208
        },
        {
            "start": 931245223,
            "stop": 931245225
        },
        {
            "start": 931245244,
            "stop": 931245249
        },
        {
            "start": 931245253,
            "stop": 931245255
        },
        {
            "start": 931245259,
            "stop": 931245264
        },
        {
            "start": 931245269,
            "stop": 931245270
        },
        {
            "start": 931245272,
            "stop": 931245274
        },
        {
            "start": 931245282,
            "stop": 931245289
        },
        {
            "start": 931245291,
            "stop": 931245292
        },
        {
            "start": 931245295,
            "stop": 931245309
        },
        {
            "start": 931245317,
            "stop": 931245320
        },
        {
            "start": 931245324,
            "stop": 931245328
        },
        {
            "start": 931245331,
            "stop": 931245341
        },
        {
            "start": 931245343,
            "stop": 931245347
        },
        {
            "start": 931245350,
            "stop": 931245352
        },
        {
            "start": 931245358,
            "stop": 931245366
        },
        {
            "start": 931245378,
            "stop": 931245384
        },
        {
            "start": 931245387,
            "stop": 931245388
        }
    ]
}