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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=363",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=361",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 362,
    "results": [
        {
            "start": 823077307,
            "stop": 823077308
        },
        {
            "start": 823077313,
            "stop": 823077467
        },
        {
            "start": 823077471,
            "stop": 823077499
        },
        {
            "start": 823077502,
            "stop": 823077560
        },
        {
            "start": 823077564,
            "stop": 823077566
        },
        {
            "start": 823077571,
            "stop": 823077572
        },
        {
            "start": 823077577,
            "stop": 823077579
        },
        {
            "start": 823077582,
            "stop": 823077600
        },
        {
            "start": 823077604,
            "stop": 823077634
        },
        {
            "start": 823077637,
            "stop": 823077671
        },
        {
            "start": 823077675,
            "stop": 823077702
        },
        {
            "start": 823077705,
            "stop": 823077850
        },
        {
            "start": 823077853,
            "stop": 823077897
        },
        {
            "start": 823077900,
            "stop": 823077903
        },
        {
            "start": 823077908,
            "stop": 823077910
        },
        {
            "start": 823077913,
            "stop": 823077942
        },
        {
            "start": 823077946,
            "stop": 823077948
        },
        {
            "start": 823077951,
            "stop": 823077964
        },
        {
            "start": 823077974,
            "stop": 823078001
        },
        {
            "start": 823078004,
            "stop": 823078023
        }
    ]
}