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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2317",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2315",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2316,
    "results": [
        {
            "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
        },
        {
            "start": 874223001,
            "stop": 874223043
        },
        {
            "start": 874223077,
            "stop": 874223318
        },
        {
            "start": 874223338,
            "stop": 874223348
        },
        {
            "start": 874223421,
            "stop": 874223493
        },
        {
            "start": 874223512,
            "stop": 874223831
        },
        {
            "start": 874223850,
            "stop": 874223917
        }
    ]
}