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=193
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=194",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=192",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 193,
    "results": [
        {
            "start": 1374745585,
            "stop": 1374745857
        },
        {
            "start": 1374746140,
            "stop": 1374746441
        },
        {
            "start": 1374746726,
            "stop": 1374747487
        },
        {
            "start": 1374747767,
            "stop": 1374749718
        },
        {
            "start": 1374749973,
            "stop": 1374750421
        },
        {
            "start": 1374750710,
            "stop": 1374750971
        },
        {
            "start": 1374751280,
            "stop": 1374751294
        },
        {
            "start": 1374751902,
            "stop": 1374752758
        },
        {
            "start": 1374752763,
            "stop": 1374757728
        },
        {
            "start": 1374757729,
            "stop": 1374762139
        },
        {
            "start": 1374762144,
            "stop": 1374762834
        },
        {
            "start": 1374762836,
            "stop": 1374764624
        },
        {
            "start": 1374764629,
            "stop": 1374766176
        },
        {
            "start": 1374766178,
            "stop": 1374766698
        },
        {
            "start": 1374766700,
            "stop": 1374768457
        },
        {
            "start": 1374768458,
            "stop": 1374771579
        },
        {
            "start": 1374771583,
            "stop": 1374772632
        },
        {
            "start": 1374772633,
            "stop": 1374773119
        },
        {
            "start": 1374773121,
            "stop": 1374776586
        },
        {
            "start": 1374776588,
            "stop": 1374777837
        }
    ]
}