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=55
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=56",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=54",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 55,
    "results": [
        {
            "start": 1370382653,
            "stop": 1370382906
        },
        {
            "start": 1370382908,
            "stop": 1370384775
        },
        {
            "start": 1370384777,
            "stop": 1370385780
        },
        {
            "start": 1370385782,
            "stop": 1370386744
        },
        {
            "start": 1370386746,
            "stop": 1370386833
        },
        {
            "start": 1370386834,
            "stop": 1370386904
        },
        {
            "start": 1370386906,
            "stop": 1370387377
        },
        {
            "start": 1370387379,
            "stop": 1370387589
        },
        {
            "start": 1370387592,
            "stop": 1370387619
        },
        {
            "start": 1370387621,
            "stop": 1370389975
        },
        {
            "start": 1370389977,
            "stop": 1370391936
        },
        {
            "start": 1370391939,
            "stop": 1370395884
        },
        {
            "start": 1370395889,
            "stop": 1370396186
        },
        {
            "start": 1370396191,
            "stop": 1370397976
        },
        {
            "start": 1370397977,
            "stop": 1370398784
        },
        {
            "start": 1370398789,
            "stop": 1370398883
        },
        {
            "start": 1370398885,
            "stop": 1370399998
        },
        {
            "start": 1370399999,
            "stop": 1370400556
        },
        {
            "start": 1370402911,
            "stop": 1370405785
        },
        {
            "start": 1370405787,
            "stop": 1370406634
        }
    ]
}