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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8916",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8914",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8915,
    "results": [
        {
            "start": 873409987,
            "stop": 873410500
        },
        {
            "start": 873410520,
            "stop": 873411040
        },
        {
            "start": 873411059,
            "stop": 873411145
        },
        {
            "start": 873411167,
            "stop": 873411201
        },
        {
            "start": 873411220,
            "stop": 873411448
        },
        {
            "start": 873411467,
            "stop": 873411582
        },
        {
            "start": 873411601,
            "stop": 873411791
        },
        {
            "start": 873411811,
            "stop": 873411829
        },
        {
            "start": 873411862,
            "stop": 873411873
        },
        {
            "start": 873411944,
            "stop": 873412296
        },
        {
            "start": 873412315,
            "stop": 873412489
        },
        {
            "start": 873412525,
            "stop": 873413974
        },
        {
            "start": 873413993,
            "stop": 873414000
        },
        {
            "start": 873414019,
            "stop": 873414296
        },
        {
            "start": 873414378,
            "stop": 873414380
        },
        {
            "start": 873414513,
            "stop": 873414532
        },
        {
            "start": 873414551,
            "stop": 873414941
        },
        {
            "start": 873414960,
            "stop": 873415589
        },
        {
            "start": 873415608,
            "stop": 873415670
        },
        {
            "start": 873416234,
            "stop": 873416588
        }
    ]
}