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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4744",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4742",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4743,
    "results": [
        {
            "start": 970190537,
            "stop": 970190754
        },
        {
            "start": 970190757,
            "stop": 970191402
        },
        {
            "start": 970191405,
            "stop": 970192002
        },
        {
            "start": 970192005,
            "stop": 970192415
        },
        {
            "start": 970192419,
            "stop": 970193114
        },
        {
            "start": 970193117,
            "stop": 970193120
        },
        {
            "start": 970193123,
            "stop": 970193491
        },
        {
            "start": 970193494,
            "stop": 970194065
        },
        {
            "start": 970194068,
            "stop": 970195510
        },
        {
            "start": 970195513,
            "stop": 970195598
        },
        {
            "start": 970195658,
            "stop": 970195725
        },
        {
            "start": 970195729,
            "stop": 970195778
        },
        {
            "start": 970195838,
            "stop": 970195901
        },
        {
            "start": 970195904,
            "stop": 970196010
        },
        {
            "start": 970196013,
            "stop": 970196018
        },
        {
            "start": 970196198,
            "stop": 970196201
        },
        {
            "start": 970196204,
            "stop": 970196318
        },
        {
            "start": 970196498,
            "stop": 970196501
        },
        {
            "start": 970196521,
            "stop": 970196606
        },
        {
            "start": 970196609,
            "stop": 970196618
        }
    ]
}