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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=67",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 68,
    "results": [
        {
            "start": 817367630,
            "stop": 817367656
        },
        {
            "start": 817367659,
            "stop": 817367683
        },
        {
            "start": 817367686,
            "stop": 817367707
        },
        {
            "start": 817367710,
            "stop": 817368151
        },
        {
            "start": 817368154,
            "stop": 817368155
        },
        {
            "start": 817368158,
            "stop": 817368206
        },
        {
            "start": 817368209,
            "stop": 817368304
        },
        {
            "start": 817368308,
            "stop": 817368328
        },
        {
            "start": 817368331,
            "stop": 817368334
        },
        {
            "start": 817368337,
            "stop": 817372341
        },
        {
            "start": 817372345,
            "stop": 817373980
        },
        {
            "start": 817373983,
            "stop": 817379490
        },
        {
            "start": 817380870,
            "stop": 817383875
        },
        {
            "start": 817383878,
            "stop": 817385014
        },
        {
            "start": 817385017,
            "stop": 817387410
        },
        {
            "start": 817388370,
            "stop": 817389722
        },
        {
            "start": 817389725,
            "stop": 817389731
        },
        {
            "start": 817389735,
            "stop": 817389829
        },
        {
            "start": 817389832,
            "stop": 817390002
        },
        {
            "start": 817390007,
            "stop": 817390284
        }
    ]
}