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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=835",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=833",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 834,
    "results": [
        {
            "start": 1269059040,
            "stop": 1269062803
        },
        {
            "start": 1269062807,
            "stop": 1269064589
        },
        {
            "start": 1269064591,
            "stop": 1269065269
        },
        {
            "start": 1269065274,
            "stop": 1269066429
        },
        {
            "start": 1269066434,
            "stop": 1269069649
        },
        {
            "start": 1269069651,
            "stop": 1269070070
        },
        {
            "start": 1269070073,
            "stop": 1269071317
        },
        {
            "start": 1269071320,
            "stop": 1269071601
        },
        {
            "start": 1269071604,
            "stop": 1269079656
        },
        {
            "start": 1269083691,
            "stop": 1269083731
        },
        {
            "start": 1269083783,
            "stop": 1269084839
        },
        {
            "start": 1269084843,
            "stop": 1269086396
        },
        {
            "start": 1269086400,
            "stop": 1269090294
        },
        {
            "start": 1269091036,
            "stop": 1269092229
        },
        {
            "start": 1269092234,
            "stop": 1269092486
        },
        {
            "start": 1269092489,
            "stop": 1269093715
        },
        {
            "start": 1269119289,
            "stop": 1269119830
        },
        {
            "start": 1269119832,
            "stop": 1269119873
        },
        {
            "start": 1269119879,
            "stop": 1269119890
        },
        {
            "start": 1269119895,
            "stop": 1269119904
        }
    ]
}