Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=338
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=339",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=337",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 338,
    "results": [
        {
            "start": 1181279848,
            "stop": 1181281486
        },
        {
            "start": 1181281487,
            "stop": 1181283559
        },
        {
            "start": 1181283560,
            "stop": 1181283835
        },
        {
            "start": 1181283836,
            "stop": 1181287143
        },
        {
            "start": 1181287144,
            "stop": 1181289217
        },
        {
            "start": 1181289218,
            "stop": 1181291943
        },
        {
            "start": 1181291944,
            "stop": 1181293947
        },
        {
            "start": 1181293948,
            "stop": 1181296121
        },
        {
            "start": 1181296122,
            "stop": 1181298195
        },
        {
            "start": 1181298196,
            "stop": 1181300812
        },
        {
            "start": 1181300813,
            "stop": 1181302757
        },
        {
            "start": 1181302758,
            "stop": 1181305224
        },
        {
            "start": 1181305228,
            "stop": 1181305416
        },
        {
            "start": 1181305417,
            "stop": 1181307184
        },
        {
            "start": 1181307186,
            "stop": 1181307240
        },
        {
            "start": 1181307480,
            "stop": 1181307960
        },
        {
            "start": 1181317321,
            "stop": 1181317759
        },
        {
            "start": 1181317760,
            "stop": 1181319122
        },
        {
            "start": 1181319125,
            "stop": 1181320172
        },
        {
            "start": 1181320173,
            "stop": 1181324034
        }
    ]
}