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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=91",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 92,
    "results": [
        {
            "start": 931377015,
            "stop": 931377017
        },
        {
            "start": 931377018,
            "stop": 931377021
        },
        {
            "start": 931377026,
            "stop": 931377033
        },
        {
            "start": 931386256,
            "stop": 931386288
        },
        {
            "start": 931386290,
            "stop": 931386626
        },
        {
            "start": 931386628,
            "stop": 931387986
        },
        {
            "start": 931387987,
            "stop": 931388279
        },
        {
            "start": 931388281,
            "stop": 931388756
        },
        {
            "start": 931388758,
            "stop": 931388766
        },
        {
            "start": 931388768,
            "stop": 931388769
        },
        {
            "start": 931388773,
            "stop": 931388779
        },
        {
            "start": 931388781,
            "stop": 931388782
        },
        {
            "start": 931388788,
            "stop": 931388789
        },
        {
            "start": 931388790,
            "stop": 931389022
        },
        {
            "start": 931389023,
            "stop": 931389071
        },
        {
            "start": 931389073,
            "stop": 931389311
        },
        {
            "start": 931389313,
            "stop": 931389762
        },
        {
            "start": 931389764,
            "stop": 931390280
        },
        {
            "start": 931390282,
            "stop": 931390361
        },
        {
            "start": 931390363,
            "stop": 931390386
        }
    ]
}