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=284
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=285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=283",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 284,
    "results": [
        {
            "start": 848309339,
            "stop": 848309346
        },
        {
            "start": 848309347,
            "stop": 848309486
        },
        {
            "start": 848309488,
            "stop": 848309601
        },
        {
            "start": 848309603,
            "stop": 848309625
        },
        {
            "start": 848309629,
            "stop": 848309643
        },
        {
            "start": 848309645,
            "stop": 848309715
        },
        {
            "start": 848309716,
            "stop": 848309941
        },
        {
            "start": 848309942,
            "stop": 848310153
        },
        {
            "start": 848310155,
            "stop": 848310163
        },
        {
            "start": 848310165,
            "stop": 848310217
        },
        {
            "start": 848310219,
            "stop": 848311555
        },
        {
            "start": 848312048,
            "stop": 848317077
        },
        {
            "start": 848317083,
            "stop": 848317087
        },
        {
            "start": 848317093,
            "stop": 848317525
        },
        {
            "start": 848317530,
            "stop": 848317905
        },
        {
            "start": 848318015,
            "stop": 848318020
        },
        {
            "start": 848318433,
            "stop": 848319594
        },
        {
            "start": 848319925,
            "stop": 848319973
        },
        {
            "start": 848322255,
            "stop": 848322752
        },
        {
            "start": 848323052,
            "stop": 848323260
        }
    ]
}