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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=274",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 275,
    "results": [
        {
            "start": 931783640,
            "stop": 931783670
        },
        {
            "start": 931783672,
            "stop": 931783694
        },
        {
            "start": 931783696,
            "stop": 931783700
        },
        {
            "start": 931783702,
            "stop": 931783703
        },
        {
            "start": 931783705,
            "stop": 931783706
        },
        {
            "start": 931783709,
            "stop": 931783711
        },
        {
            "start": 931783713,
            "stop": 931783714
        },
        {
            "start": 931783717,
            "stop": 931783724
        },
        {
            "start": 931783726,
            "stop": 931783737
        },
        {
            "start": 931783739,
            "stop": 931783818
        },
        {
            "start": 931783819,
            "stop": 931783829
        },
        {
            "start": 931783831,
            "stop": 931783835
        },
        {
            "start": 931783837,
            "stop": 931783838
        },
        {
            "start": 931783841,
            "stop": 931783843
        },
        {
            "start": 931783847,
            "stop": 931783894
        },
        {
            "start": 931783897,
            "stop": 931783901
        },
        {
            "start": 931783905,
            "stop": 931783912
        },
        {
            "start": 931783914,
            "stop": 931783936
        },
        {
            "start": 931783938,
            "stop": 931783941
        },
        {
            "start": 931783943,
            "stop": 931783949
        }
    ]
}