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=3731
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=3732",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3730",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3731,
    "results": [
        {
            "start": 971028944,
            "stop": 971029099
        },
        {
            "start": 971029103,
            "stop": 971029216
        },
        {
            "start": 971029576,
            "stop": 971029627
        },
        {
            "start": 971029630,
            "stop": 971029636
        },
        {
            "start": 971029756,
            "stop": 971029771
        },
        {
            "start": 971029774,
            "stop": 971029960
        },
        {
            "start": 971029963,
            "stop": 971029971
        },
        {
            "start": 971029974,
            "stop": 971030026
        },
        {
            "start": 971030029,
            "stop": 971030056
        },
        {
            "start": 971030236,
            "stop": 971030256
        },
        {
            "start": 971030259,
            "stop": 971030290
        },
        {
            "start": 971044771,
            "stop": 971044880
        },
        {
            "start": 971044883,
            "stop": 971045002
        },
        {
            "start": 971045008,
            "stop": 971045018
        },
        {
            "start": 971045021,
            "stop": 971045060
        },
        {
            "start": 971045063,
            "stop": 971045074
        },
        {
            "start": 971045077,
            "stop": 971045140
        },
        {
            "start": 971045144,
            "stop": 971045199
        },
        {
            "start": 971045200,
            "stop": 971045203
        },
        {
            "start": 971045208,
            "stop": 971045213
        }
    ]
}