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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=451",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=449",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 450,
    "results": [
        {
            "start": 863470731,
            "stop": 863471245
        },
        {
            "start": 863471250,
            "stop": 863471272
        },
        {
            "start": 863471274,
            "stop": 863471323
        },
        {
            "start": 863471324,
            "stop": 863471352
        },
        {
            "start": 863471360,
            "stop": 863471365
        },
        {
            "start": 863471370,
            "stop": 863471372
        },
        {
            "start": 863471380,
            "stop": 863471410
        },
        {
            "start": 863471415,
            "stop": 863471422
        },
        {
            "start": 863471428,
            "stop": 863471717
        },
        {
            "start": 863471725,
            "stop": 863472374
        },
        {
            "start": 863475233,
            "stop": 863475352
        },
        {
            "start": 863475358,
            "stop": 863475377
        },
        {
            "start": 863475383,
            "stop": 863476274
        },
        {
            "start": 863477797,
            "stop": 863481887
        },
        {
            "start": 863481893,
            "stop": 863481910
        },
        {
            "start": 863481918,
            "stop": 863484763
        },
        {
            "start": 863485061,
            "stop": 863485996
        },
        {
            "start": 863486690,
            "stop": 863486895
        },
        {
            "start": 863487202,
            "stop": 863487907
        },
        {
            "start": 863487913,
            "stop": 863525795
        }
    ]
}