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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8187",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8185",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8186,
    "results": [
        {
            "start": 971030135,
            "stop": 971030153
        },
        {
            "start": 971030156,
            "stop": 971030161
        },
        {
            "start": 971030165,
            "stop": 971030175
        },
        {
            "start": 971030182,
            "stop": 971030256
        },
        {
            "start": 971030259,
            "stop": 971030301
        },
        {
            "start": 971030304,
            "stop": 971030306
        },
        {
            "start": 971030309,
            "stop": 971030335
        },
        {
            "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": 971045203
        },
        {
            "start": 971045208,
            "stop": 971045213
        },
        {
            "start": 971045216,
            "stop": 971045297
        },
        {
            "start": 971045300,
            "stop": 971045305
        },
        {
            "start": 971045308,
            "stop": 971045341
        },
        {
            "start": 971045344,
            "stop": 971045365
        },
        {
            "start": 971045369,
            "stop": 971045372
        }
    ]
}