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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1706",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1704",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1705,
    "results": [
        {
            "start": 957718407,
            "stop": 957719645
        },
        {
            "start": 957719647,
            "stop": 957722155
        },
        {
            "start": 957722157,
            "stop": 957723272
        },
        {
            "start": 957723274,
            "stop": 957724263
        },
        {
            "start": 957724265,
            "stop": 957726439
        },
        {
            "start": 957726441,
            "stop": 957727441
        },
        {
            "start": 957727443,
            "stop": 957727895
        },
        {
            "start": 957727899,
            "stop": 957727927
        },
        {
            "start": 957728976,
            "stop": 957730341
        },
        {
            "start": 957730343,
            "stop": 957732832
        },
        {
            "start": 957732834,
            "stop": 957734163
        },
        {
            "start": 957763816,
            "stop": 957764100
        },
        {
            "start": 957764102,
            "stop": 957764118
        },
        {
            "start": 957764120,
            "stop": 957764291
        },
        {
            "start": 957764293,
            "stop": 957764359
        },
        {
            "start": 957764361,
            "stop": 957764674
        },
        {
            "start": 957764676,
            "stop": 957764893
        },
        {
            "start": 957764895,
            "stop": 957765078
        },
        {
            "start": 957765080,
            "stop": 957765345
        },
        {
            "start": 957765348,
            "stop": 957765394
        }
    ]
}