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=95
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=96",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=94",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 95,
    "results": [
        {
            "start": 1371564963,
            "stop": 1371568266
        },
        {
            "start": 1371568267,
            "stop": 1371568659
        },
        {
            "start": 1371568660,
            "stop": 1371569917
        },
        {
            "start": 1371569919,
            "stop": 1371572293
        },
        {
            "start": 1371572295,
            "stop": 1371581377
        },
        {
            "start": 1371581381,
            "stop": 1371582548
        },
        {
            "start": 1371587822,
            "stop": 1371588080
        },
        {
            "start": 1371588082,
            "stop": 1371589059
        },
        {
            "start": 1371589061,
            "stop": 1371589564
        },
        {
            "start": 1371589566,
            "stop": 1371591626
        },
        {
            "start": 1371593146,
            "stop": 1371593217
        },
        {
            "start": 1371598235,
            "stop": 1371599606
        },
        {
            "start": 1371599611,
            "stop": 1371600650
        },
        {
            "start": 1371600652,
            "stop": 1371600871
        },
        {
            "start": 1371600873,
            "stop": 1371602589
        },
        {
            "start": 1371602593,
            "stop": 1371605605
        },
        {
            "start": 1371605608,
            "stop": 1371606168
        },
        {
            "start": 1371606173,
            "stop": 1371609442
        },
        {
            "start": 1371609444,
            "stop": 1371615680
        },
        {
            "start": 1371615681,
            "stop": 1371618074
        }
    ]
}