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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3663",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3661",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3662,
    "results": [
        {
            "start": 970770295,
            "stop": 970770421
        },
        {
            "start": 970770425,
            "stop": 970771062
        },
        {
            "start": 970771063,
            "stop": 970771954
        },
        {
            "start": 970771957,
            "stop": 970772794
        },
        {
            "start": 970772795,
            "stop": 970772803
        },
        {
            "start": 970772806,
            "stop": 970772843
        },
        {
            "start": 970772846,
            "stop": 970772860
        },
        {
            "start": 970772863,
            "stop": 970772911
        },
        {
            "start": 970772914,
            "stop": 970773193
        },
        {
            "start": 970773196,
            "stop": 970773490
        },
        {
            "start": 970773493,
            "stop": 970773519
        },
        {
            "start": 970773522,
            "stop": 970773834
        },
        {
            "start": 970773837,
            "stop": 970773982
        },
        {
            "start": 970773985,
            "stop": 970774021
        },
        {
            "start": 970774025,
            "stop": 970774032
        },
        {
            "start": 970774035,
            "stop": 970774040
        },
        {
            "start": 970774044,
            "stop": 970774452
        },
        {
            "start": 970774453,
            "stop": 970774769
        },
        {
            "start": 970774772,
            "stop": 970774886
        },
        {
            "start": 970774889,
            "stop": 970775147
        }
    ]
}