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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46749",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46747",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46748,
    "results": [
        {
            "start": 875079156,
            "stop": 875079174
        },
        {
            "start": 875079175,
            "stop": 875079201
        },
        {
            "start": 875079202,
            "stop": 875079249
        },
        {
            "start": 875079250,
            "stop": 875079261
        },
        {
            "start": 875079262,
            "stop": 875079310
        },
        {
            "start": 875079311,
            "stop": 875079318
        },
        {
            "start": 875079319,
            "stop": 875079399
        },
        {
            "start": 875079401,
            "stop": 875079513
        },
        {
            "start": 875079516,
            "stop": 875079532
        },
        {
            "start": 875079533,
            "stop": 875079663
        },
        {
            "start": 875079667,
            "stop": 875079834
        },
        {
            "start": 875079837,
            "stop": 875079934
        },
        {
            "start": 875079935,
            "stop": 875080100
        },
        {
            "start": 875080101,
            "stop": 875080143
        },
        {
            "start": 875080144,
            "stop": 875080164
        },
        {
            "start": 875080167,
            "stop": 875080171
        },
        {
            "start": 875080175,
            "stop": 875080176
        },
        {
            "start": 875080177,
            "stop": 875080187
        },
        {
            "start": 875080190,
            "stop": 875080215
        },
        {
            "start": 875080216,
            "stop": 875080331
        }
    ]
}