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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33327",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33325",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33326,
    "results": [
        {
            "start": 971029059,
            "stop": 971029099
        },
        {
            "start": 971029103,
            "stop": 971029133
        },
        {
            "start": 971029134,
            "stop": 971029180
        },
        {
            "start": 971029181,
            "stop": 971029216
        },
        {
            "start": 971029576,
            "stop": 971029588
        },
        {
            "start": 971029590,
            "stop": 971029598
        },
        {
            "start": 971029599,
            "stop": 971029627
        },
        {
            "start": 971029630,
            "stop": 971029636
        },
        {
            "start": 971029756,
            "stop": 971029770
        },
        {
            "start": 971029774,
            "stop": 971029798
        },
        {
            "start": 971029799,
            "stop": 971029863
        },
        {
            "start": 971029864,
            "stop": 971029869
        },
        {
            "start": 971029870,
            "stop": 971029882
        },
        {
            "start": 971029883,
            "stop": 971029912
        },
        {
            "start": 971029913,
            "stop": 971029923
        },
        {
            "start": 971029924,
            "stop": 971029932
        },
        {
            "start": 971029933,
            "stop": 971029960
        },
        {
            "start": 971029963,
            "stop": 971029971
        },
        {
            "start": 971029974,
            "stop": 971030026
        },
        {
            "start": 971030029,
            "stop": 971030056
        }
    ]
}