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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=170",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 171,
    "results": [
        {
            "start": 821648694,
            "stop": 821648834
        },
        {
            "start": 821648837,
            "stop": 821648915
        },
        {
            "start": 821648918,
            "stop": 821648948
        },
        {
            "start": 821648951,
            "stop": 821649262
        },
        {
            "start": 821649265,
            "stop": 821649307
        },
        {
            "start": 821649310,
            "stop": 821649330
        },
        {
            "start": 821649333,
            "stop": 821649431
        },
        {
            "start": 821649434,
            "stop": 821649442
        },
        {
            "start": 821649445,
            "stop": 821649447
        },
        {
            "start": 821649453,
            "stop": 821649461
        },
        {
            "start": 821649464,
            "stop": 821649494
        },
        {
            "start": 821649497,
            "stop": 821649518
        },
        {
            "start": 821649521,
            "stop": 821649559
        },
        {
            "start": 821649562,
            "stop": 821649585
        },
        {
            "start": 821649588,
            "stop": 821649617
        },
        {
            "start": 821649621,
            "stop": 821649623
        },
        {
            "start": 821649626,
            "stop": 821649645
        },
        {
            "start": 821649648,
            "stop": 821649655
        },
        {
            "start": 821649661,
            "stop": 821649662
        },
        {
            "start": 821649665,
            "stop": 821649671
        }
    ]
}