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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8125",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8126,
    "results": [
        {
            "start": 872927126,
            "stop": 872928277
        },
        {
            "start": 872928294,
            "stop": 872928435
        },
        {
            "start": 872928452,
            "stop": 872930687
        },
        {
            "start": 872930704,
            "stop": 872931782
        },
        {
            "start": 872931799,
            "stop": 872933156
        },
        {
            "start": 872933173,
            "stop": 872933658
        },
        {
            "start": 872933677,
            "stop": 872935497
        },
        {
            "start": 872935514,
            "stop": 872937884
        },
        {
            "start": 872937901,
            "stop": 872937975
        },
        {
            "start": 872937992,
            "stop": 872938335
        },
        {
            "start": 872939457,
            "stop": 872939672
        },
        {
            "start": 872939689,
            "stop": 872940186
        },
        {
            "start": 872940203,
            "stop": 872940209
        },
        {
            "start": 872940226,
            "stop": 872941440
        },
        {
            "start": 872941560,
            "stop": 872942637
        },
        {
            "start": 872942654,
            "stop": 872944204
        },
        {
            "start": 872944221,
            "stop": 872944432
        },
        {
            "start": 872944719,
            "stop": 872945366
        },
        {
            "start": 872945383,
            "stop": 872945387
        },
        {
            "start": 872945411,
            "stop": 872945423
        }
    ]
}