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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14392",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14390",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14391,
    "results": [
        {
            "start": 971411268,
            "stop": 971411272
        },
        {
            "start": 971411273,
            "stop": 971411277
        },
        {
            "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
        }
    ]
}