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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=386",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=384",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 385,
    "results": [
        {
            "start": 932417597,
            "stop": 932417631
        },
        {
            "start": 932417638,
            "stop": 932417771
        },
        {
            "start": 932417777,
            "stop": 932417980
        },
        {
            "start": 932418375,
            "stop": 932418496
        },
        {
            "start": 932419372,
            "stop": 932419500
        },
        {
            "start": 932419502,
            "stop": 932419578
        },
        {
            "start": 932419584,
            "stop": 932419604
        },
        {
            "start": 932419607,
            "stop": 932419954
        },
        {
            "start": 932420853,
            "stop": 932421366
        },
        {
            "start": 932421426,
            "stop": 932421503
        },
        {
            "start": 932422329,
            "stop": 932422635
        },
        {
            "start": 932425575,
            "stop": 932425595
        },
        {
            "start": 932425601,
            "stop": 932425609
        },
        {
            "start": 932425615,
            "stop": 932425702
        },
        {
            "start": 932425741,
            "stop": 932425806
        },
        {
            "start": 932425866,
            "stop": 932426443
        },
        {
            "start": 932426457,
            "stop": 932426490
        },
        {
            "start": 932426495,
            "stop": 932427186
        },
        {
            "start": 932427246,
            "stop": 932427486
        },
        {
            "start": 932427666,
            "stop": 932427735
        }
    ]
}