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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=132",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 133,
    "results": [
        {
            "start": 820196976,
            "stop": 820196984
        },
        {
            "start": 820196987,
            "stop": 820197041
        },
        {
            "start": 820197044,
            "stop": 820197060
        },
        {
            "start": 820197063,
            "stop": 820197162
        },
        {
            "start": 820197165,
            "stop": 820197171
        },
        {
            "start": 820197175,
            "stop": 820197188
        },
        {
            "start": 820197191,
            "stop": 820197228
        },
        {
            "start": 820197231,
            "stop": 820197250
        },
        {
            "start": 820197254,
            "stop": 820197287
        },
        {
            "start": 820197290,
            "stop": 820197369
        },
        {
            "start": 820197372,
            "stop": 820197376
        },
        {
            "start": 820197379,
            "stop": 820197381
        },
        {
            "start": 820197386,
            "stop": 820197388
        },
        {
            "start": 820197391,
            "stop": 820197393
        },
        {
            "start": 820197398,
            "stop": 820197399
        },
        {
            "start": 820197403,
            "stop": 820197439
        },
        {
            "start": 820197442,
            "stop": 820197452
        },
        {
            "start": 820197455,
            "stop": 820197500
        },
        {
            "start": 820197503,
            "stop": 820197533
        },
        {
            "start": 820197536,
            "stop": 820197538
        }
    ]
}