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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14876",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14874",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14875,
    "results": [
        {
            "start": 971411278,
            "stop": 971411279
        },
        {
            "start": 971411281,
            "stop": 971411284
        },
        {
            "start": 971411286,
            "stop": 971411296
        },
        {
            "start": 971411298,
            "stop": 971411306
        },
        {
            "start": 971411308,
            "stop": 971411312
        },
        {
            "start": 971411313,
            "stop": 971411318
        },
        {
            "start": 971411319,
            "stop": 971411321
        },
        {
            "start": 971411322,
            "stop": 971411325
        },
        {
            "start": 971411329,
            "stop": 971411330
        },
        {
            "start": 971411333,
            "stop": 971411342
        },
        {
            "start": 971411344,
            "stop": 971411354
        },
        {
            "start": 971411355,
            "stop": 971411360
        },
        {
            "start": 971411364,
            "stop": 971411367
        },
        {
            "start": 971411368,
            "stop": 971411370
        },
        {
            "start": 971411371,
            "stop": 971411372
        },
        {
            "start": 971411374,
            "stop": 971411376
        },
        {
            "start": 971411379,
            "stop": 971411382
        },
        {
            "start": 971411383,
            "stop": 971411388
        },
        {
            "start": 971411391,
            "stop": 971411401
        },
        {
            "start": 971411402,
            "stop": 971411405
        }
    ]
}