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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1748",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1746",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1747,
    "results": [
        {
            "start": 958663437,
            "stop": 958663501
        },
        {
            "start": 958663504,
            "stop": 958663512
        },
        {
            "start": 958663517,
            "stop": 958663534
        },
        {
            "start": 958663536,
            "stop": 958663537
        },
        {
            "start": 958663539,
            "stop": 958663556
        },
        {
            "start": 958663558,
            "stop": 958663559
        },
        {
            "start": 958663561,
            "stop": 958663563
        },
        {
            "start": 958663569,
            "stop": 958663571
        },
        {
            "start": 958663573,
            "stop": 958663681
        },
        {
            "start": 958663689,
            "stop": 958663692
        },
        {
            "start": 958663693,
            "stop": 958663695
        },
        {
            "start": 958663697,
            "stop": 958663715
        },
        {
            "start": 958663718,
            "stop": 958663720
        },
        {
            "start": 958663724,
            "stop": 958663769
        },
        {
            "start": 958663770,
            "stop": 958663772
        },
        {
            "start": 958663778,
            "stop": 958663849
        },
        {
            "start": 958663857,
            "stop": 958663860
        },
        {
            "start": 958663863,
            "stop": 958663944
        },
        {
            "start": 958663946,
            "stop": 958663981
        },
        {
            "start": 958663983,
            "stop": 958664016
        }
    ]
}