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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=314",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=312",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 313,
    "results": [
        {
            "start": 821319671,
            "stop": 821319705
        },
        {
            "start": 821319713,
            "stop": 821320319
        },
        {
            "start": 821320326,
            "stop": 821320537
        },
        {
            "start": 821320545,
            "stop": 821320604
        },
        {
            "start": 821320612,
            "stop": 821320721
        },
        {
            "start": 821320728,
            "stop": 821320739
        },
        {
            "start": 821320746,
            "stop": 821320791
        },
        {
            "start": 821320794,
            "stop": 821320868
        },
        {
            "start": 821320876,
            "stop": 821321081
        },
        {
            "start": 821321088,
            "stop": 821321293
        },
        {
            "start": 821321301,
            "stop": 821321445
        },
        {
            "start": 821321452,
            "stop": 821321466
        },
        {
            "start": 821321473,
            "stop": 821321651
        },
        {
            "start": 821321659,
            "stop": 821321701
        },
        {
            "start": 821321708,
            "stop": 821321783
        },
        {
            "start": 821321790,
            "stop": 821321844
        },
        {
            "start": 821321851,
            "stop": 821321927
        },
        {
            "start": 821321935,
            "stop": 821321960
        },
        {
            "start": 821321967,
            "stop": 821322000
        },
        {
            "start": 821322007,
            "stop": 821322156
        }
    ]
}