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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=245",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 246,
    "results": [
        {
            "start": 844753508,
            "stop": 844755814
        },
        {
            "start": 844756114,
            "stop": 844756169
        },
        {
            "start": 844756279,
            "stop": 844764118
        },
        {
            "start": 844764418,
            "stop": 844764457
        },
        {
            "start": 844764567,
            "stop": 844771021
        },
        {
            "start": 844773905,
            "stop": 844782207
        },
        {
            "start": 844782507,
            "stop": 844782562
        },
        {
            "start": 844782672,
            "stop": 844783185
        },
        {
            "start": 844783189,
            "stop": 844785521
        },
        {
            "start": 844786421,
            "stop": 844788182
        },
        {
            "start": 844788185,
            "stop": 844788188
        },
        {
            "start": 844788191,
            "stop": 844788199
        },
        {
            "start": 844788202,
            "stop": 844788863
        },
        {
            "start": 844789163,
            "stop": 844789218
        },
        {
            "start": 844789328,
            "stop": 844792662
        },
        {
            "start": 844792666,
            "stop": 844792672
        },
        {
            "start": 844792675,
            "stop": 844793296
        },
        {
            "start": 844812812,
            "stop": 844813111
        },
        {
            "start": 844813411,
            "stop": 844813458
        },
        {
            "start": 844813568,
            "stop": 844818773
        }
    ]
}