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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=184",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 185,
    "results": [
        {
            "start": 1239843553,
            "stop": 1239843672
        },
        {
            "start": 1239843673,
            "stop": 1239843792
        },
        {
            "start": 1239843793,
            "stop": 1239843912
        },
        {
            "start": 1239843913,
            "stop": 1239844029
        },
        {
            "start": 1239844031,
            "stop": 1239844045
        },
        {
            "start": 1239844050,
            "stop": 1239844152
        },
        {
            "start": 1239844153,
            "stop": 1239844272
        },
        {
            "start": 1239844273,
            "stop": 1239844392
        },
        {
            "start": 1239844393,
            "stop": 1239844512
        },
        {
            "start": 1239844513,
            "stop": 1239844632
        },
        {
            "start": 1239844633,
            "stop": 1239844752
        },
        {
            "start": 1239844753,
            "stop": 1239844796
        },
        {
            "start": 1239844801,
            "stop": 1239844872
        },
        {
            "start": 1239844873,
            "stop": 1239844992
        },
        {
            "start": 1239844993,
            "stop": 1239845112
        },
        {
            "start": 1239845113,
            "stop": 1239845232
        },
        {
            "start": 1239845233,
            "stop": 1239845352
        },
        {
            "start": 1239845353,
            "stop": 1239845472
        },
        {
            "start": 1239845473,
            "stop": 1239845592
        },
        {
            "start": 1239845593,
            "stop": 1239845712
        }
    ]
}