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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5166",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5167,
    "results": [
        {
            "start": 874746791,
            "stop": 874746796
        },
        {
            "start": 874746810,
            "stop": 874746831
        },
        {
            "start": 874746838,
            "stop": 874746856
        },
        {
            "start": 874746863,
            "stop": 874746883
        },
        {
            "start": 874746891,
            "stop": 874746931
        },
        {
            "start": 874746938,
            "stop": 874747049
        },
        {
            "start": 874747056,
            "stop": 874747187
        },
        {
            "start": 874747194,
            "stop": 874747346
        },
        {
            "start": 874747353,
            "stop": 874747529
        },
        {
            "start": 874747537,
            "stop": 874747670
        },
        {
            "start": 874747682,
            "stop": 874747755
        },
        {
            "start": 874747766,
            "stop": 874747885
        },
        {
            "start": 874747892,
            "stop": 874747939
        },
        {
            "start": 874747947,
            "stop": 874748075
        },
        {
            "start": 874748082,
            "stop": 874748096
        },
        {
            "start": 874748104,
            "stop": 874748114
        },
        {
            "start": 874748123,
            "stop": 874748156
        },
        {
            "start": 874748163,
            "stop": 874748164
        },
        {
            "start": 874748176,
            "stop": 874748350
        },
        {
            "start": 874748357,
            "stop": 874748527
        }
    ]
}