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=3754
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=3755",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3753",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3754,
    "results": [
        {
            "start": 971504089,
            "stop": 971504131
        },
        {
            "start": 971504134,
            "stop": 971504187
        },
        {
            "start": 971504190,
            "stop": 971504295
        },
        {
            "start": 971504298,
            "stop": 971504330
        },
        {
            "start": 971504333,
            "stop": 971504338
        },
        {
            "start": 971504341,
            "stop": 971504360
        },
        {
            "start": 971504366,
            "stop": 971504449
        },
        {
            "start": 971504455,
            "stop": 971504475
        },
        {
            "start": 971504478,
            "stop": 971504498
        },
        {
            "start": 971504503,
            "stop": 971504609
        },
        {
            "start": 971504612,
            "stop": 971504669
        },
        {
            "start": 971504672,
            "stop": 971504738
        },
        {
            "start": 971504741,
            "stop": 971504766
        },
        {
            "start": 971504769,
            "stop": 971504801
        },
        {
            "start": 971504804,
            "stop": 971504849
        },
        {
            "start": 971504854,
            "stop": 971504866
        },
        {
            "start": 971504869,
            "stop": 971504944
        },
        {
            "start": 971504947,
            "stop": 971505052
        },
        {
            "start": 971505055,
            "stop": 971505117
        },
        {
            "start": 971505120,
            "stop": 971505168
        }
    ]
}