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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=804",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=802",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 803,
    "results": [
        {
            "start": 1268589474,
            "stop": 1268589477
        },
        {
            "start": 1268589482,
            "stop": 1268589491
        },
        {
            "start": 1268589494,
            "stop": 1268589962
        },
        {
            "start": 1268589967,
            "stop": 1268589987
        },
        {
            "start": 1268589992,
            "stop": 1268590021
        },
        {
            "start": 1268590026,
            "stop": 1268590103
        },
        {
            "start": 1268590107,
            "stop": 1268590208
        },
        {
            "start": 1268590213,
            "stop": 1268594854
        },
        {
            "start": 1268594859,
            "stop": 1268598101
        },
        {
            "start": 1268598105,
            "stop": 1268598701
        },
        {
            "start": 1268603444,
            "stop": 1268603598
        },
        {
            "start": 1268603601,
            "stop": 1268604044
        },
        {
            "start": 1268604045,
            "stop": 1268607340
        },
        {
            "start": 1268607343,
            "stop": 1268607597
        },
        {
            "start": 1268607601,
            "stop": 1268608873
        },
        {
            "start": 1268608875,
            "stop": 1268608956
        },
        {
            "start": 1268608957,
            "stop": 1268610475
        },
        {
            "start": 1268610477,
            "stop": 1268611304
        },
        {
            "start": 1268611308,
            "stop": 1268617686
        },
        {
            "start": 1268617687,
            "stop": 1268618322
        }
    ]
}