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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=174",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 175,
    "results": [
        {
            "start": 1240045149,
            "stop": 1240045268
        },
        {
            "start": 1240045269,
            "stop": 1240045388
        },
        {
            "start": 1240045389,
            "stop": 1240045508
        },
        {
            "start": 1240045509,
            "stop": 1240045628
        },
        {
            "start": 1240045629,
            "stop": 1240045748
        },
        {
            "start": 1240045749,
            "stop": 1240045868
        },
        {
            "start": 1240045869,
            "stop": 1240045988
        },
        {
            "start": 1240045989,
            "stop": 1240046108
        },
        {
            "start": 1240046109,
            "stop": 1240046228
        },
        {
            "start": 1240046229,
            "stop": 1240046348
        },
        {
            "start": 1240046349,
            "stop": 1240046465
        },
        {
            "start": 1240046466,
            "stop": 1240046588
        },
        {
            "start": 1240046589,
            "stop": 1240046708
        },
        {
            "start": 1240046709,
            "stop": 1240046828
        },
        {
            "start": 1240046829,
            "stop": 1240046948
        },
        {
            "start": 1240046949,
            "stop": 1240047068
        },
        {
            "start": 1240047069,
            "stop": 1240047188
        },
        {
            "start": 1240047189,
            "stop": 1240047308
        },
        {
            "start": 1240047309,
            "stop": 1240047428
        },
        {
            "start": 1240047429,
            "stop": 1240047548
        }
    ]
}