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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=152",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 153,
    "results": [
        {
            "start": 819904954,
            "stop": 819906671
        },
        {
            "start": 819906675,
            "stop": 819912234
        },
        {
            "start": 819912237,
            "stop": 819917454
        },
        {
            "start": 819917457,
            "stop": 819917480
        },
        {
            "start": 819917483,
            "stop": 819922330
        },
        {
            "start": 819922813,
            "stop": 819927051
        },
        {
            "start": 819929901,
            "stop": 819930931
        },
        {
            "start": 819930934,
            "stop": 819942703
        },
        {
            "start": 819942706,
            "stop": 819942871
        },
        {
            "start": 819942874,
            "stop": 819946121
        },
        {
            "start": 819946124,
            "stop": 819947828
        },
        {
            "start": 819947832,
            "stop": 819950691
        },
        {
            "start": 819950695,
            "stop": 819951074
        },
        {
            "start": 819951078,
            "stop": 819952832
        },
        {
            "start": 819952835,
            "stop": 819952960
        },
        {
            "start": 819952963,
            "stop": 819953313
        },
        {
            "start": 819953316,
            "stop": 819953596
        },
        {
            "start": 819953599,
            "stop": 819953849
        },
        {
            "start": 819953852,
            "stop": 819953898
        },
        {
            "start": 819953901,
            "stop": 819954248
        }
    ]
}