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=14446
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=14447",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14445",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14446,
    "results": [
        {
            "start": 971559000,
            "stop": 971559293
        },
        {
            "start": 971559295,
            "stop": 971559357
        },
        {
            "start": 971559360,
            "stop": 971559361
        },
        {
            "start": 971559364,
            "stop": 971559389
        },
        {
            "start": 971559393,
            "stop": 971559410
        },
        {
            "start": 971559411,
            "stop": 971559422
        },
        {
            "start": 971559425,
            "stop": 971559430
        },
        {
            "start": 971559432,
            "stop": 971559470
        },
        {
            "start": 971559473,
            "stop": 971559483
        },
        {
            "start": 971559484,
            "stop": 971559516
        },
        {
            "start": 971559518,
            "stop": 971559519
        },
        {
            "start": 971559542,
            "stop": 971559546
        },
        {
            "start": 971559551,
            "stop": 971559568
        },
        {
            "start": 971559571,
            "stop": 971559577
        },
        {
            "start": 971559580,
            "stop": 971559584
        },
        {
            "start": 971559587,
            "stop": 971559588
        },
        {
            "start": 971559609,
            "stop": 971559614
        },
        {
            "start": 971559620,
            "stop": 971559623
        },
        {
            "start": 971559624,
            "stop": 971559649
        },
        {
            "start": 971559652,
            "stop": 971559655
        }
    ]
}