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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=268",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 269,
    "results": [
        {
            "start": 1377050663,
            "stop": 1377051754
        },
        {
            "start": 1377051756,
            "stop": 1377053469
        },
        {
            "start": 1377053470,
            "stop": 1377055991
        },
        {
            "start": 1377055993,
            "stop": 1377056545
        },
        {
            "start": 1377056550,
            "stop": 1377056806
        },
        {
            "start": 1377056808,
            "stop": 1377057839
        },
        {
            "start": 1377057840,
            "stop": 1377058475
        },
        {
            "start": 1377058477,
            "stop": 1377060407
        },
        {
            "start": 1377060409,
            "stop": 1377060929
        },
        {
            "start": 1377060931,
            "stop": 1377062114
        },
        {
            "start": 1377062116,
            "stop": 1377065281
        },
        {
            "start": 1377065283,
            "stop": 1377066516
        },
        {
            "start": 1377066520,
            "stop": 1377067227
        },
        {
            "start": 1377067229,
            "stop": 1377067646
        },
        {
            "start": 1377067648,
            "stop": 1377067999
        },
        {
            "start": 1377068000,
            "stop": 1377068864
        },
        {
            "start": 1377068865,
            "stop": 1377069075
        },
        {
            "start": 1377069077,
            "stop": 1377069664
        },
        {
            "start": 1377069666,
            "stop": 1377070734
        },
        {
            "start": 1377070736,
            "stop": 1377070973
        }
    ]
}