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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=308",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=306",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 307,
    "results": [
        {
            "start": 935218571,
            "stop": 935218815
        },
        {
            "start": 935219055,
            "stop": 935219138
        },
        {
            "start": 935219141,
            "stop": 935219829
        },
        {
            "start": 935219831,
            "stop": 935219888
        },
        {
            "start": 935219891,
            "stop": 935219964
        },
        {
            "start": 935219966,
            "stop": 935220894
        },
        {
            "start": 935220896,
            "stop": 935221203
        },
        {
            "start": 935223510,
            "stop": 935223624
        },
        {
            "start": 935223626,
            "stop": 935223684
        },
        {
            "start": 935223686,
            "stop": 935223698
        },
        {
            "start": 935223701,
            "stop": 935223729
        },
        {
            "start": 935223731,
            "stop": 935223744
        },
        {
            "start": 935223746,
            "stop": 935223773
        },
        {
            "start": 935223777,
            "stop": 935223796
        },
        {
            "start": 935223798,
            "stop": 935224448
        },
        {
            "start": 935224451,
            "stop": 935224464
        },
        {
            "start": 935224467,
            "stop": 935224513
        },
        {
            "start": 935224532,
            "stop": 935224990
        },
        {
            "start": 935224992,
            "stop": 935226015
        },
        {
            "start": 935226255,
            "stop": 935226946
        }
    ]
}