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=5236
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=5237",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5235",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5236,
    "results": [
        {
            "start": 874307560,
            "stop": 874307622
        },
        {
            "start": 874307658,
            "stop": 874307699
        },
        {
            "start": 874307814,
            "stop": 874307990
        },
        {
            "start": 874307997,
            "stop": 874308684
        },
        {
            "start": 874308691,
            "stop": 874308717
        },
        {
            "start": 874308733,
            "stop": 874309001
        },
        {
            "start": 874309620,
            "stop": 874309710
        },
        {
            "start": 874311276,
            "stop": 874311530
        },
        {
            "start": 874311601,
            "stop": 874312148
        },
        {
            "start": 874312289,
            "stop": 874312617
        },
        {
            "start": 874312634,
            "stop": 874313114
        },
        {
            "start": 874324131,
            "stop": 874324844
        },
        {
            "start": 874324861,
            "stop": 874327461
        },
        {
            "start": 874327478,
            "stop": 874329126
        },
        {
            "start": 874331702,
            "stop": 874331776
        },
        {
            "start": 874331810,
            "stop": 874331888
        },
        {
            "start": 874331922,
            "stop": 874333930
        },
        {
            "start": 874333964,
            "stop": 874333980
        },
        {
            "start": 874334040,
            "stop": 874334587
        },
        {
            "start": 874335184,
            "stop": 874335474
        }
    ]
}