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=33156
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=33157",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33155",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33156,
    "results": [
        {
            "start": 970603831,
            "stop": 970603874
        },
        {
            "start": 970603875,
            "stop": 970603891
        },
        {
            "start": 970603893,
            "stop": 970603960
        },
        {
            "start": 970603961,
            "stop": 970603964
        },
        {
            "start": 970603966,
            "stop": 970603973
        },
        {
            "start": 970603976,
            "stop": 970603985
        },
        {
            "start": 970603986,
            "stop": 970603990
        },
        {
            "start": 970603992,
            "stop": 970604016
        },
        {
            "start": 970604018,
            "stop": 970604021
        },
        {
            "start": 970604023,
            "stop": 970604048
        },
        {
            "start": 970604049,
            "stop": 970604060
        },
        {
            "start": 970604062,
            "stop": 970604088
        },
        {
            "start": 970604089,
            "stop": 970604095
        },
        {
            "start": 970604099,
            "stop": 970604100
        },
        {
            "start": 970604101,
            "stop": 970604114
        },
        {
            "start": 970604115,
            "stop": 970604121
        },
        {
            "start": 970604124,
            "stop": 970604135
        },
        {
            "start": 970604136,
            "stop": 970604156
        },
        {
            "start": 970604158,
            "stop": 970604164
        },
        {
            "start": 970604165,
            "stop": 970604170
        }
    ]
}