Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=40
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=39",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 40,
    "results": [
        {
            "start": 931081034,
            "stop": 931081036
        },
        {
            "start": 931081038,
            "stop": 931081039
        },
        {
            "start": 931081040,
            "stop": 931081042
        },
        {
            "start": 931081043,
            "stop": 931081045
        },
        {
            "start": 931081046,
            "stop": 931081051
        },
        {
            "start": 931081054,
            "stop": 931081059
        },
        {
            "start": 931081060,
            "stop": 931081063
        },
        {
            "start": 931081065,
            "stop": 931081068
        },
        {
            "start": 931081069,
            "stop": 931081073
        },
        {
            "start": 931081074,
            "stop": 931081077
        },
        {
            "start": 931081079,
            "stop": 931081083
        },
        {
            "start": 931081085,
            "stop": 931081086
        },
        {
            "start": 931081087,
            "stop": 931081090
        },
        {
            "start": 931081092,
            "stop": 931081094
        },
        {
            "start": 931081095,
            "stop": 931081097
        },
        {
            "start": 931081099,
            "stop": 931081102
        },
        {
            "start": 931081104,
            "stop": 931081105
        },
        {
            "start": 931081106,
            "stop": 931081107
        },
        {
            "start": 931081109,
            "stop": 931081113
        },
        {
            "start": 931081114,
            "stop": 931081116
        }
    ]
}