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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5981",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5979",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5980,
    "results": [
        {
            "start": 873326134,
            "stop": 873326407
        },
        {
            "start": 873326409,
            "stop": 873326575
        },
        {
            "start": 873330311,
            "stop": 873330312
        },
        {
            "start": 873330314,
            "stop": 873330316
        },
        {
            "start": 873330317,
            "stop": 873330320
        },
        {
            "start": 873330324,
            "stop": 873330327
        },
        {
            "start": 873330328,
            "stop": 873330334
        },
        {
            "start": 873330335,
            "stop": 873330338
        },
        {
            "start": 873330339,
            "stop": 873330343
        },
        {
            "start": 873330345,
            "stop": 873330346
        },
        {
            "start": 873330347,
            "stop": 873330353
        },
        {
            "start": 873330354,
            "stop": 873330355
        },
        {
            "start": 873330356,
            "stop": 873330380
        },
        {
            "start": 873330381,
            "stop": 873330393
        },
        {
            "start": 873330395,
            "stop": 873330396
        },
        {
            "start": 873330397,
            "stop": 873330401
        },
        {
            "start": 873330402,
            "stop": 873330410
        },
        {
            "start": 873330411,
            "stop": 873330417
        },
        {
            "start": 873330418,
            "stop": 873330430
        },
        {
            "start": 873330432,
            "stop": 873330435
        }
    ]
}