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=907
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=908",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=906",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 907,
    "results": [
        {
            "start": 1251428901,
            "stop": 1251429045
        },
        {
            "start": 1251429048,
            "stop": 1251429085
        },
        {
            "start": 1251429088,
            "stop": 1251429170
        },
        {
            "start": 1251429174,
            "stop": 1251429222
        },
        {
            "start": 1251429226,
            "stop": 1251429507
        },
        {
            "start": 1251429511,
            "stop": 1251429579
        },
        {
            "start": 1251429583,
            "stop": 1251429765
        },
        {
            "start": 1251429769,
            "stop": 1251429804
        },
        {
            "start": 1251429808,
            "stop": 1251429907
        },
        {
            "start": 1251429911,
            "stop": 1251429929
        },
        {
            "start": 1251429933,
            "stop": 1251430012
        },
        {
            "start": 1251430016,
            "stop": 1251430130
        },
        {
            "start": 1251430134,
            "stop": 1251430752
        },
        {
            "start": 1251430753,
            "stop": 1251430771
        },
        {
            "start": 1251430775,
            "stop": 1251430939
        },
        {
            "start": 1251430943,
            "stop": 1251431076
        },
        {
            "start": 1251431080,
            "stop": 1251431241
        },
        {
            "start": 1251431245,
            "stop": 1251431296
        },
        {
            "start": 1251431299,
            "stop": 1251431319
        },
        {
            "start": 1251431323,
            "stop": 1251431618
        }
    ]
}