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=4695
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=4696",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4694",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4695,
    "results": [
        {
            "start": 969925482,
            "stop": 969925701
        },
        {
            "start": 969925704,
            "stop": 969925781
        },
        {
            "start": 969925784,
            "stop": 969926188
        },
        {
            "start": 969926206,
            "stop": 969926514
        },
        {
            "start": 969926517,
            "stop": 969926572
        },
        {
            "start": 969926575,
            "stop": 969926740
        },
        {
            "start": 969926743,
            "stop": 969927004
        },
        {
            "start": 969927007,
            "stop": 969927515
        },
        {
            "start": 969927518,
            "stop": 969927524
        },
        {
            "start": 969927529,
            "stop": 969927707
        },
        {
            "start": 969927710,
            "stop": 969928030
        },
        {
            "start": 969928033,
            "stop": 969928057
        },
        {
            "start": 969931843,
            "stop": 969931897
        },
        {
            "start": 969931900,
            "stop": 969931935
        },
        {
            "start": 969931938,
            "stop": 969931961
        },
        {
            "start": 969931965,
            "stop": 969931971
        },
        {
            "start": 969931974,
            "stop": 969932000
        },
        {
            "start": 969932003,
            "stop": 969932021
        },
        {
            "start": 969932024,
            "stop": 969932175
        },
        {
            "start": 969932181,
            "stop": 969932182
        }
    ]
}