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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9054",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9052",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9053,
    "results": [
        {
            "start": 874348624,
            "stop": 874348630
        },
        {
            "start": 874350485,
            "stop": 874350486
        },
        {
            "start": 874350510,
            "stop": 874350539
        },
        {
            "start": 874350556,
            "stop": 874350586
        },
        {
            "start": 874350604,
            "stop": 874351144
        },
        {
            "start": 874351161,
            "stop": 874351200
        },
        {
            "start": 874351260,
            "stop": 874351800
        },
        {
            "start": 874351860,
            "stop": 874351920
        },
        {
            "start": 874353403,
            "stop": 874353417
        },
        {
            "start": 874354880,
            "stop": 874355161
        },
        {
            "start": 874355195,
            "stop": 874355251
        },
        {
            "start": 874356376,
            "stop": 874356379
        },
        {
            "start": 874356396,
            "stop": 874357140
        },
        {
            "start": 874357200,
            "stop": 874357313
        },
        {
            "start": 874357332,
            "stop": 874357359
        },
        {
            "start": 874357379,
            "stop": 874357755
        },
        {
            "start": 874357774,
            "stop": 874357929
        },
        {
            "start": 874357946,
            "stop": 874358506
        },
        {
            "start": 874358523,
            "stop": 874358629
        },
        {
            "start": 874358648,
            "stop": 874358904
        }
    ]
}