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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5219",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5220,
    "results": [
        {
            "start": 874153902,
            "stop": 874154654
        },
        {
            "start": 874154661,
            "stop": 874154814
        },
        {
            "start": 874154821,
            "stop": 874154874
        },
        {
            "start": 874154881,
            "stop": 874155028
        },
        {
            "start": 874155064,
            "stop": 874155072
        },
        {
            "start": 874155106,
            "stop": 874155190
        },
        {
            "start": 874155197,
            "stop": 874155238
        },
        {
            "start": 874155273,
            "stop": 874155451
        },
        {
            "start": 874155487,
            "stop": 874155656
        },
        {
            "start": 874155702,
            "stop": 874155886
        },
        {
            "start": 874155922,
            "stop": 874156042
        },
        {
            "start": 874156095,
            "stop": 874156162
        },
        {
            "start": 874156204,
            "stop": 874156287
        },
        {
            "start": 874156294,
            "stop": 874156338
        },
        {
            "start": 874156374,
            "stop": 874156381
        },
        {
            "start": 874156417,
            "stop": 874156441
        },
        {
            "start": 874156475,
            "stop": 874156547
        },
        {
            "start": 874156564,
            "stop": 874156583
        },
        {
            "start": 874156617,
            "stop": 874156843
        },
        {
            "start": 874158730,
            "stop": 874158739
        }
    ]
}