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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=268",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 269,
    "results": [
        {
            "start": 821500441,
            "stop": 821500447
        },
        {
            "start": 821500454,
            "stop": 821501540
        },
        {
            "start": 821501554,
            "stop": 821501624
        },
        {
            "start": 821501820,
            "stop": 821501935
        },
        {
            "start": 821501942,
            "stop": 821502461
        },
        {
            "start": 821502468,
            "stop": 821502959
        },
        {
            "start": 821502966,
            "stop": 821506402
        },
        {
            "start": 821506409,
            "stop": 821506547
        },
        {
            "start": 821506554,
            "stop": 821507695
        },
        {
            "start": 821507708,
            "stop": 821508382
        },
        {
            "start": 821508389,
            "stop": 821509131
        },
        {
            "start": 821509138,
            "stop": 821509657
        },
        {
            "start": 821509664,
            "stop": 821509863
        },
        {
            "start": 821509870,
            "stop": 821509884
        },
        {
            "start": 821509891,
            "stop": 821510995
        },
        {
            "start": 821511002,
            "stop": 821512041
        },
        {
            "start": 821512049,
            "stop": 821512055
        },
        {
            "start": 821512062,
            "stop": 821512445
        },
        {
            "start": 821512459,
            "stop": 821512502
        },
        {
            "start": 821512509,
            "stop": 821512571
        }
    ]
}