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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33216",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33214",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33215,
    "results": [
        {
            "start": 970922453,
            "stop": 970922484
        },
        {
            "start": 970922487,
            "stop": 970922544
        },
        {
            "start": 970922545,
            "stop": 970922575
        },
        {
            "start": 970922578,
            "stop": 970922621
        },
        {
            "start": 970922625,
            "stop": 970922701
        },
        {
            "start": 970922702,
            "stop": 970922716
        },
        {
            "start": 970926997,
            "stop": 970927110
        },
        {
            "start": 970927113,
            "stop": 970927276
        },
        {
            "start": 970927532,
            "stop": 970927538
        },
        {
            "start": 970927575,
            "stop": 970927600
        },
        {
            "start": 970927625,
            "stop": 970927650
        },
        {
            "start": 970927653,
            "stop": 970927658
        },
        {
            "start": 970927661,
            "stop": 970927676
        },
        {
            "start": 970927679,
            "stop": 970927706
        },
        {
            "start": 970927709,
            "stop": 970927712
        },
        {
            "start": 970927716,
            "stop": 970928030
        },
        {
            "start": 970928033,
            "stop": 970928056
        },
        {
            "start": 970928359,
            "stop": 970928403
        },
        {
            "start": 970928404,
            "stop": 970928416
        },
        {
            "start": 970928536,
            "stop": 970928538
        }
    ]
}