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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=308",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 309,
    "results": [
        {
            "start": 842853249,
            "stop": 842853579
        },
        {
            "start": 842854688,
            "stop": 842857115
        },
        {
            "start": 842858230,
            "stop": 842881731
        },
        {
            "start": 842881733,
            "stop": 842881871
        },
        {
            "start": 842883419,
            "stop": 842884886
        },
        {
            "start": 842885000,
            "stop": 842886933
        },
        {
            "start": 842887841,
            "stop": 842889128
        },
        {
            "start": 842889130,
            "stop": 842891087
        },
        {
            "start": 842894305,
            "stop": 842896729
        },
        {
            "start": 842896731,
            "stop": 842898548
        },
        {
            "start": 842898550,
            "stop": 842901445
        },
        {
            "start": 842901448,
            "stop": 842903188
        },
        {
            "start": 842903190,
            "stop": 842903300
        },
        {
            "start": 842903302,
            "stop": 842905616
        },
        {
            "start": 842905618,
            "stop": 842908603
        },
        {
            "start": 842908605,
            "stop": 842909550
        },
        {
            "start": 842909644,
            "stop": 842918257
        },
        {
            "start": 842918258,
            "stop": 842925063
        },
        {
            "start": 842925065,
            "stop": 842926579
        },
        {
            "start": 842926581,
            "stop": 842928108
        }
    ]
}