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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=235",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=233",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 234,
    "results": [
        {
            "start": 827829725,
            "stop": 827830025
        },
        {
            "start": 827830192,
            "stop": 827830492
        },
        {
            "start": 827830658,
            "stop": 827831918
        },
        {
            "start": 827832114,
            "stop": 827832954
        },
        {
            "start": 827833103,
            "stop": 827834363
        },
        {
            "start": 827834545,
            "stop": 827836045
        },
        {
            "start": 827836220,
            "stop": 827837120
        },
        {
            "start": 827837270,
            "stop": 827838230
        },
        {
            "start": 827838377,
            "stop": 827840117
        },
        {
            "start": 827841360,
            "stop": 827841540
        },
        {
            "start": 827842146,
            "stop": 827842746
        },
        {
            "start": 827842985,
            "stop": 827843345
        },
        {
            "start": 827843521,
            "stop": 827844001
        },
        {
            "start": 827844139,
            "stop": 827845039
        },
        {
            "start": 827847147,
            "stop": 827847297
        },
        {
            "start": 827865968,
            "stop": 827866448
        },
        {
            "start": 827866746,
            "stop": 827867226
        },
        {
            "start": 827867723,
            "stop": 827867843
        },
        {
            "start": 827868708,
            "stop": 827868768
        },
        {
            "start": 827873781,
            "stop": 827873901
        }
    ]
}