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=14179
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=14180",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14178",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14179,
    "results": [
        {
            "start": 971167504,
            "stop": 971167508
        },
        {
            "start": 971167511,
            "stop": 971167517
        },
        {
            "start": 971167519,
            "stop": 971167524
        },
        {
            "start": 971167526,
            "stop": 971167527
        },
        {
            "start": 971167528,
            "stop": 971167530
        },
        {
            "start": 971167531,
            "stop": 971167537
        },
        {
            "start": 971167539,
            "stop": 971167543
        },
        {
            "start": 971167544,
            "stop": 971167550
        },
        {
            "start": 971167555,
            "stop": 971167556
        },
        {
            "start": 971167559,
            "stop": 971167563
        },
        {
            "start": 971167564,
            "stop": 971167566
        },
        {
            "start": 971167568,
            "stop": 971167574
        },
        {
            "start": 971167576,
            "stop": 971167577
        },
        {
            "start": 971167578,
            "stop": 971167581
        },
        {
            "start": 971167583,
            "stop": 971167585
        },
        {
            "start": 971167586,
            "stop": 971167588
        },
        {
            "start": 971167591,
            "stop": 971167595
        },
        {
            "start": 971167596,
            "stop": 971167600
        },
        {
            "start": 971167602,
            "stop": 971167604
        },
        {
            "start": 971167606,
            "stop": 971167615
        }
    ]
}