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=535
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=536",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=534",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 535,
    "results": [
        {
            "start": 970422241,
            "stop": 970426241
        },
        {
            "start": 970460478,
            "stop": 970460717
        },
        {
            "start": 970460718,
            "stop": 970463275
        },
        {
            "start": 970465974,
            "stop": 970469062
        },
        {
            "start": 970469063,
            "stop": 970470665
        },
        {
            "start": 970470667,
            "stop": 970471667
        },
        {
            "start": 970471669,
            "stop": 970474722
        },
        {
            "start": 970489242,
            "stop": 970489455
        },
        {
            "start": 970489457,
            "stop": 970489594
        },
        {
            "start": 970489595,
            "stop": 970489910
        },
        {
            "start": 970489911,
            "stop": 970489913
        },
        {
            "start": 970489915,
            "stop": 970490225
        },
        {
            "start": 970490227,
            "stop": 970490437
        },
        {
            "start": 970490439,
            "stop": 970490714
        },
        {
            "start": 970490716,
            "stop": 970490718
        },
        {
            "start": 970490720,
            "stop": 970490856
        },
        {
            "start": 970490858,
            "stop": 970490998
        },
        {
            "start": 970491001,
            "stop": 970491141
        },
        {
            "start": 970491143,
            "stop": 970491239
        },
        {
            "start": 970491241,
            "stop": 970491345
        }
    ]
}