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=200
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=201",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=199",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 200,
    "results": [
        {
            "start": 820681752,
            "stop": 820684213
        },
        {
            "start": 820684405,
            "stop": 820685347
        },
        {
            "start": 820685354,
            "stop": 820688535
        },
        {
            "start": 820688546,
            "stop": 820691053
        },
        {
            "start": 820691061,
            "stop": 820691063
        },
        {
            "start": 820691241,
            "stop": 820695698
        },
        {
            "start": 820695726,
            "stop": 820699772
        },
        {
            "start": 820699784,
            "stop": 820701909
        },
        {
            "start": 820701916,
            "stop": 820703782
        },
        {
            "start": 820703790,
            "stop": 820703911
        },
        {
            "start": 820703922,
            "stop": 820704793
        },
        {
            "start": 820707812,
            "stop": 820710737
        },
        {
            "start": 820710765,
            "stop": 820718773
        },
        {
            "start": 820718786,
            "stop": 820718787
        },
        {
            "start": 820720874,
            "stop": 820744514
        },
        {
            "start": 820744522,
            "stop": 820744530
        },
        {
            "start": 820744770,
            "stop": 820744795
        },
        {
            "start": 820744802,
            "stop": 820744812
        },
        {
            "start": 820744819,
            "stop": 820744825
        },
        {
            "start": 820744847,
            "stop": 820744861
        }
    ]
}