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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=73",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 74,
    "results": [
        {
            "start": 1405242638,
            "stop": 1405243350
        },
        {
            "start": 1405243614,
            "stop": 1405243654
        },
        {
            "start": 1405244590,
            "stop": 1405249910
        },
        {
            "start": 1405250078,
            "stop": 1405250118
        },
        {
            "start": 1405250238,
            "stop": 1405250614
        },
        {
            "start": 1405250942,
            "stop": 1405251318
        },
        {
            "start": 1405251470,
            "stop": 1405252358
        },
        {
            "start": 1405252478,
            "stop": 1405252566
        },
        {
            "start": 1405252686,
            "stop": 1405253062
        },
        {
            "start": 1405253358,
            "stop": 1405253446
        },
        {
            "start": 1405254190,
            "stop": 1405254678
        },
        {
            "start": 1405254798,
            "stop": 1405254870
        },
        {
            "start": 1405255070,
            "stop": 1405255141
        },
        {
            "start": 1405255145,
            "stop": 1405255254
        },
        {
            "start": 1405255374,
            "stop": 1405255526
        },
        {
            "start": 1405255646,
            "stop": 1405255910
        },
        {
            "start": 1405256078,
            "stop": 1405256214
        },
        {
            "start": 1405257182,
            "stop": 1405257782
        },
        {
            "start": 1405257982,
            "stop": 1405258038
        },
        {
            "start": 1405258430,
            "stop": 1405259237
        }
    ]
}