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=14075
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=14076",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14074",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14075,
    "results": [
        {
            "start": 971156634,
            "stop": 971156635
        },
        {
            "start": 971156636,
            "stop": 971156637
        },
        {
            "start": 971156639,
            "stop": 971156640
        },
        {
            "start": 971156642,
            "stop": 971156647
        },
        {
            "start": 971156648,
            "stop": 971156650
        },
        {
            "start": 971156651,
            "stop": 971156652
        },
        {
            "start": 971156653,
            "stop": 971156654
        },
        {
            "start": 971156658,
            "stop": 971156662
        },
        {
            "start": 971156664,
            "stop": 971156665
        },
        {
            "start": 971156668,
            "stop": 971156672
        },
        {
            "start": 971156678,
            "stop": 971156679
        },
        {
            "start": 971156682,
            "stop": 971156684
        },
        {
            "start": 971156686,
            "stop": 971156688
        },
        {
            "start": 971156690,
            "stop": 971156694
        },
        {
            "start": 971156695,
            "stop": 971156696
        },
        {
            "start": 971156697,
            "stop": 971156705
        },
        {
            "start": 971156708,
            "stop": 971156709
        },
        {
            "start": 971156711,
            "stop": 971156712
        },
        {
            "start": 971156722,
            "stop": 971156723
        },
        {
            "start": 971156725,
            "stop": 971156729
        }
    ]
}