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=33322
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=33323",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33321",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33322,
    "results": [
        {
            "start": 971014076,
            "stop": 971014087
        },
        {
            "start": 971014088,
            "stop": 971014098
        },
        {
            "start": 971014103,
            "stop": 971014115
        },
        {
            "start": 971014118,
            "stop": 971014123
        },
        {
            "start": 971014126,
            "stop": 971014133
        },
        {
            "start": 971014134,
            "stop": 971014146
        },
        {
            "start": 971014147,
            "stop": 971014151
        },
        {
            "start": 971014154,
            "stop": 971014170
        },
        {
            "start": 971014173,
            "stop": 971014191
        },
        {
            "start": 971014194,
            "stop": 971014200
        },
        {
            "start": 971014203,
            "stop": 971014222
        },
        {
            "start": 971026226,
            "stop": 971026254
        },
        {
            "start": 971026255,
            "stop": 971026362
        },
        {
            "start": 971026365,
            "stop": 971026389
        },
        {
            "start": 971026394,
            "stop": 971026406
        },
        {
            "start": 971026409,
            "stop": 971026435
        },
        {
            "start": 971026438,
            "stop": 971026456
        },
        {
            "start": 971026576,
            "stop": 971026616
        },
        {
            "start": 971026619,
            "stop": 971026630
        },
        {
            "start": 971026637,
            "stop": 971026638
        }
    ]
}