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=293
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=294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=292",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 293,
    "results": [
        {
            "start": 822332533,
            "stop": 822332756
        },
        {
            "start": 822332772,
            "stop": 822332805
        },
        {
            "start": 822332810,
            "stop": 822332877
        },
        {
            "start": 822332890,
            "stop": 822333228
        },
        {
            "start": 822334133,
            "stop": 822334596
        },
        {
            "start": 822334619,
            "stop": 822334932
        },
        {
            "start": 822334937,
            "stop": 822335879
        },
        {
            "start": 822335980,
            "stop": 822336002
        },
        {
            "start": 822346366,
            "stop": 822346767
        },
        {
            "start": 822346777,
            "stop": 822346844
        },
        {
            "start": 822346850,
            "stop": 822347029
        },
        {
            "start": 822347035,
            "stop": 822347036
        },
        {
            "start": 822347041,
            "stop": 822347042
        },
        {
            "start": 822347047,
            "stop": 822347126
        },
        {
            "start": 822347131,
            "stop": 822347142
        },
        {
            "start": 822347176,
            "stop": 822347384
        },
        {
            "start": 822347389,
            "stop": 822347583
        },
        {
            "start": 822347588,
            "stop": 822347874
        },
        {
            "start": 822347879,
            "stop": 822347899
        },
        {
            "start": 822347911,
            "stop": 822347923
        }
    ]
}