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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3477",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3475",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3476,
    "results": [
        {
            "start": 969982624,
            "stop": 969982649
        },
        {
            "start": 969982652,
            "stop": 969982657
        },
        {
            "start": 969982660,
            "stop": 969982727
        },
        {
            "start": 969982730,
            "stop": 969982738
        },
        {
            "start": 969982741,
            "stop": 969982742
        },
        {
            "start": 969982748,
            "stop": 969982749
        },
        {
            "start": 969982753,
            "stop": 969982822
        },
        {
            "start": 969982825,
            "stop": 969982907
        },
        {
            "start": 969983027,
            "stop": 969983078
        },
        {
            "start": 969983081,
            "stop": 969983120
        },
        {
            "start": 969983123,
            "stop": 969983159
        },
        {
            "start": 969983199,
            "stop": 969983202
        },
        {
            "start": 969983205,
            "stop": 969983226
        },
        {
            "start": 969983229,
            "stop": 969983271
        },
        {
            "start": 969983274,
            "stop": 969983348
        },
        {
            "start": 969983351,
            "stop": 969983352
        },
        {
            "start": 969983355,
            "stop": 969983542
        },
        {
            "start": 969983546,
            "stop": 969983547
        },
        {
            "start": 969983550,
            "stop": 969983559
        },
        {
            "start": 969983927,
            "stop": 969983960
        }
    ]
}