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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14104",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14102",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14103,
    "results": [
        {
            "start": 971159473,
            "stop": 971159475
        },
        {
            "start": 971159478,
            "stop": 971159480
        },
        {
            "start": 971159484,
            "stop": 971159488
        },
        {
            "start": 971159491,
            "stop": 971159497
        },
        {
            "start": 971159498,
            "stop": 971159499
        },
        {
            "start": 971159503,
            "stop": 971159505
        },
        {
            "start": 971159507,
            "stop": 971159508
        },
        {
            "start": 971159509,
            "stop": 971159510
        },
        {
            "start": 971159511,
            "stop": 971159512
        },
        {
            "start": 971159514,
            "stop": 971159515
        },
        {
            "start": 971159516,
            "stop": 971159517
        },
        {
            "start": 971159519,
            "stop": 971159520
        },
        {
            "start": 971159523,
            "stop": 971159524
        },
        {
            "start": 971159525,
            "stop": 971159529
        },
        {
            "start": 971159532,
            "stop": 971159535
        },
        {
            "start": 971159536,
            "stop": 971159537
        },
        {
            "start": 971159546,
            "stop": 971159548
        },
        {
            "start": 971159553,
            "stop": 971159557
        },
        {
            "start": 971159558,
            "stop": 971159561
        },
        {
            "start": 971159562,
            "stop": 971159563
        }
    ]
}