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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10023",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10021",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10022,
    "results": [
        {
            "start": 872385075,
            "stop": 872385098
        },
        {
            "start": 872385145,
            "stop": 872385173
        },
        {
            "start": 872385223,
            "stop": 872385260
        },
        {
            "start": 872385435,
            "stop": 872385456
        },
        {
            "start": 872385637,
            "stop": 872385650
        },
        {
            "start": 872385697,
            "stop": 872385710
        },
        {
            "start": 872385749,
            "stop": 872385768
        },
        {
            "start": 872385804,
            "stop": 872385832
        },
        {
            "start": 872385868,
            "stop": 872385875
        },
        {
            "start": 872385966,
            "stop": 872386200
        },
        {
            "start": 872386236,
            "stop": 872386549
        },
        {
            "start": 872386591,
            "stop": 872386631
        },
        {
            "start": 872386804,
            "stop": 872386921
        },
        {
            "start": 872386957,
            "stop": 872386993
        },
        {
            "start": 872387037,
            "stop": 872387171
        },
        {
            "start": 872387209,
            "stop": 872387262
        },
        {
            "start": 872387342,
            "stop": 872387506
        },
        {
            "start": 872387628,
            "stop": 872388672
        },
        {
            "start": 872388708,
            "stop": 872388922
        },
        {
            "start": 872388958,
            "stop": 872389424
        }
    ]
}