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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3461",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3459",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3460,
    "results": [
        {
            "start": 969901587,
            "stop": 969901600
        },
        {
            "start": 969901603,
            "stop": 969901606
        },
        {
            "start": 969901670,
            "stop": 969901728
        },
        {
            "start": 969901731,
            "stop": 969901891
        },
        {
            "start": 969901894,
            "stop": 969902046
        },
        {
            "start": 969902049,
            "stop": 969902261
        },
        {
            "start": 969902264,
            "stop": 969902492
        },
        {
            "start": 969902503,
            "stop": 969902747
        },
        {
            "start": 969902810,
            "stop": 969902867
        },
        {
            "start": 969903047,
            "stop": 969903065
        },
        {
            "start": 969903086,
            "stop": 969903227
        },
        {
            "start": 969903767,
            "stop": 969904001
        },
        {
            "start": 969904127,
            "stop": 969904307
        },
        {
            "start": 969904487,
            "stop": 969904534
        },
        {
            "start": 969904537,
            "stop": 969904547
        },
        {
            "start": 969904667,
            "stop": 969904787
        },
        {
            "start": 969904852,
            "stop": 969904967
        },
        {
            "start": 969905147,
            "stop": 969905211
        },
        {
            "start": 969905214,
            "stop": 969905229
        },
        {
            "start": 969905233,
            "stop": 969905267
        }
    ]
}