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_CAT3H/segments?format=api&page=285
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=286",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=284",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 285,
    "results": [
        {
            "start": 931173052,
            "stop": 931173060
        },
        {
            "start": 931173061,
            "stop": 931173064
        },
        {
            "start": 931173065,
            "stop": 931173069
        },
        {
            "start": 931173072,
            "stop": 931173076
        },
        {
            "start": 931173080,
            "stop": 931173087
        },
        {
            "start": 931173089,
            "stop": 931173092
        },
        {
            "start": 931173094,
            "stop": 931173097
        },
        {
            "start": 931173098,
            "stop": 931173099
        },
        {
            "start": 931173101,
            "stop": 931173106
        },
        {
            "start": 931173107,
            "stop": 931173123
        },
        {
            "start": 931173124,
            "stop": 931173130
        },
        {
            "start": 931173132,
            "stop": 931173135
        },
        {
            "start": 931173136,
            "stop": 931173142
        },
        {
            "start": 931173144,
            "stop": 931173150
        },
        {
            "start": 931173151,
            "stop": 931173152
        },
        {
            "start": 931173153,
            "stop": 931173157
        },
        {
            "start": 931173158,
            "stop": 931173159
        },
        {
            "start": 931173160,
            "stop": 931173162
        },
        {
            "start": 931173163,
            "stop": 931173166
        },
        {
            "start": 931173168,
            "stop": 931173188
        }
    ]
}