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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=256",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 257,
    "results": [
        {
            "start": 1376794006,
            "stop": 1376794755
        },
        {
            "start": 1376794756,
            "stop": 1376794990
        },
        {
            "start": 1376794992,
            "stop": 1376796109
        },
        {
            "start": 1376796111,
            "stop": 1376797502
        },
        {
            "start": 1376797504,
            "stop": 1376798237
        },
        {
            "start": 1376798238,
            "stop": 1376798256
        },
        {
            "start": 1376798257,
            "stop": 1376798389
        },
        {
            "start": 1376798391,
            "stop": 1376799397
        },
        {
            "start": 1376799399,
            "stop": 1376799940
        },
        {
            "start": 1376799942,
            "stop": 1376801747
        },
        {
            "start": 1376801748,
            "stop": 1376801865
        },
        {
            "start": 1376801866,
            "stop": 1376805907
        },
        {
            "start": 1376805909,
            "stop": 1376806036
        },
        {
            "start": 1376806037,
            "stop": 1376809954
        },
        {
            "start": 1376809956,
            "stop": 1376810027
        },
        {
            "start": 1376810031,
            "stop": 1376810681
        },
        {
            "start": 1376810682,
            "stop": 1376810836
        },
        {
            "start": 1376810838,
            "stop": 1376812411
        },
        {
            "start": 1376812414,
            "stop": 1376814580
        },
        {
            "start": 1376814582,
            "stop": 1376815115
        }
    ]
}