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=9035
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=9036",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9034",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9035,
    "results": [
        {
            "start": 874219197,
            "stop": 874220678
        },
        {
            "start": 874220704,
            "stop": 874220761
        },
        {
            "start": 874220780,
            "stop": 874220804
        },
        {
            "start": 874220821,
            "stop": 874220839
        },
        {
            "start": 874220858,
            "stop": 874221028
        },
        {
            "start": 874221045,
            "stop": 874221152
        },
        {
            "start": 874221235,
            "stop": 874221236
        },
        {
            "start": 874221256,
            "stop": 874221269
        },
        {
            "start": 874221301,
            "stop": 874221323
        },
        {
            "start": 874221360,
            "stop": 874221400
        },
        {
            "start": 874221421,
            "stop": 874221430
        },
        {
            "start": 874221455,
            "stop": 874221475
        },
        {
            "start": 874221494,
            "stop": 874221707
        },
        {
            "start": 874221726,
            "stop": 874221926
        },
        {
            "start": 874221946,
            "stop": 874221990
        },
        {
            "start": 874222020,
            "stop": 874222034
        },
        {
            "start": 874222139,
            "stop": 874222367
        },
        {
            "start": 874222542,
            "stop": 874222714
        },
        {
            "start": 874222735,
            "stop": 874222765
        },
        {
            "start": 874222842,
            "stop": 874222982
        }
    ]
}