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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=179",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 180,
    "results": [
        {
            "start": 931601725,
            "stop": 931601727
        },
        {
            "start": 931601730,
            "stop": 931601732
        },
        {
            "start": 931601735,
            "stop": 931601739
        },
        {
            "start": 931601742,
            "stop": 931601747
        },
        {
            "start": 931601761,
            "stop": 931601762
        },
        {
            "start": 931601765,
            "stop": 931601769
        },
        {
            "start": 931601772,
            "stop": 931601774
        },
        {
            "start": 931601778,
            "stop": 931601785
        },
        {
            "start": 931601789,
            "stop": 931601792
        },
        {
            "start": 931601796,
            "stop": 931601802
        },
        {
            "start": 931601808,
            "stop": 931601809
        },
        {
            "start": 931601812,
            "stop": 931601817
        },
        {
            "start": 931601820,
            "stop": 931601821
        },
        {
            "start": 931601824,
            "stop": 931601827
        },
        {
            "start": 931601830,
            "stop": 931601832
        },
        {
            "start": 931601835,
            "stop": 931601849
        },
        {
            "start": 931601852,
            "stop": 931601860
        },
        {
            "start": 931601863,
            "stop": 931601865
        },
        {
            "start": 931601868,
            "stop": 931601871
        },
        {
            "start": 931601874,
            "stop": 931601876
        }
    ]
}