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_BURST_CAT3/segments?format=api&page=143
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=144",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=142",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 143,
    "results": [
        {
            "start": 931593344,
            "stop": 931593347
        },
        {
            "start": 931593351,
            "stop": 931593355
        },
        {
            "start": 931593358,
            "stop": 931593360
        },
        {
            "start": 931593365,
            "stop": 931593387
        },
        {
            "start": 931593390,
            "stop": 931593391
        },
        {
            "start": 931593393,
            "stop": 931593398
        },
        {
            "start": 931593401,
            "stop": 931593412
        },
        {
            "start": 931593415,
            "stop": 931593420
        },
        {
            "start": 931593422,
            "stop": 931593433
        },
        {
            "start": 931593436,
            "stop": 931593439
        },
        {
            "start": 931593447,
            "stop": 931593451
        },
        {
            "start": 931593454,
            "stop": 931593469
        },
        {
            "start": 931593472,
            "stop": 931593493
        },
        {
            "start": 931593496,
            "stop": 931593497
        },
        {
            "start": 931593501,
            "stop": 931593514
        },
        {
            "start": 931593517,
            "stop": 931593537
        },
        {
            "start": 931593542,
            "stop": 931593557
        },
        {
            "start": 931593559,
            "stop": 931593609
        },
        {
            "start": 931593613,
            "stop": 931593633
        },
        {
            "start": 931593636,
            "stop": 931593642
        }
    ]
}