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=435
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=436",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=434",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 435,
    "results": [
        {
            "start": 943151000,
            "stop": 943157326
        },
        {
            "start": 943161134,
            "stop": 943168262
        },
        {
            "start": 943212926,
            "stop": 943217519
        },
        {
            "start": 943218539,
            "stop": 943226363
        },
        {
            "start": 943227807,
            "stop": 943232457
        },
        {
            "start": 943234473,
            "stop": 943258923
        },
        {
            "start": 943263493,
            "stop": 943298256
        },
        {
            "start": 943298258,
            "stop": 943298261
        },
        {
            "start": 943299778,
            "stop": 943308089
        },
        {
            "start": 943309832,
            "stop": 943338721
        },
        {
            "start": 943342276,
            "stop": 943345522
        },
        {
            "start": 943349649,
            "stop": 943370183
        },
        {
            "start": 943370417,
            "stop": 943376187
        },
        {
            "start": 943380223,
            "stop": 943384703
        },
        {
            "start": 943386591,
            "stop": 943388211
        },
        {
            "start": 943389667,
            "stop": 943392562
        },
        {
            "start": 943394089,
            "stop": 943395666
        },
        {
            "start": 943398513,
            "stop": 943398773
        },
        {
            "start": 943400405,
            "stop": 943400996
        },
        {
            "start": 943404911,
            "stop": 943410163
        }
    ]
}