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=799
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=800",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=798",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 799,
    "results": [
        {
            "start": 1268484289,
            "stop": 1268487608
        },
        {
            "start": 1268487609,
            "stop": 1268487625
        },
        {
            "start": 1268487626,
            "stop": 1268487627
        },
        {
            "start": 1268487628,
            "stop": 1268488461
        },
        {
            "start": 1268488465,
            "stop": 1268488827
        },
        {
            "start": 1268503993,
            "stop": 1268504437
        },
        {
            "start": 1268504438,
            "stop": 1268504466
        },
        {
            "start": 1268504467,
            "stop": 1268504645
        },
        {
            "start": 1268504646,
            "stop": 1268506641
        },
        {
            "start": 1268506645,
            "stop": 1268506647
        },
        {
            "start": 1268506652,
            "stop": 1268508594
        },
        {
            "start": 1268508596,
            "stop": 1268508885
        },
        {
            "start": 1268508889,
            "stop": 1268510493
        },
        {
            "start": 1268510494,
            "stop": 1268511207
        },
        {
            "start": 1268511261,
            "stop": 1268511443
        },
        {
            "start": 1268511445,
            "stop": 1268511630
        },
        {
            "start": 1268511634,
            "stop": 1268515775
        },
        {
            "start": 1268515776,
            "stop": 1268515818
        },
        {
            "start": 1268515820,
            "stop": 1268516284
        },
        {
            "start": 1268516633,
            "stop": 1268517986
        }
    ]
}