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_CBCHIGH_CAT4/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/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=201",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=199",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 200,
    "results": [
        {
            "start": 931445434,
            "stop": 931445447
        },
        {
            "start": 931445449,
            "stop": 931445450
        },
        {
            "start": 931445452,
            "stop": 931445482
        },
        {
            "start": 931445484,
            "stop": 931445497
        },
        {
            "start": 931445499,
            "stop": 931445554
        },
        {
            "start": 931445557,
            "stop": 931445570
        },
        {
            "start": 931445572,
            "stop": 931445627
        },
        {
            "start": 931445629,
            "stop": 931445667
        },
        {
            "start": 931445672,
            "stop": 931445674
        },
        {
            "start": 931445676,
            "stop": 931445683
        },
        {
            "start": 931445685,
            "stop": 931445749
        },
        {
            "start": 931445752,
            "stop": 931445777
        },
        {
            "start": 931445779,
            "stop": 931445810
        },
        {
            "start": 931445812,
            "stop": 931445949
        },
        {
            "start": 931445951,
            "stop": 931445978
        },
        {
            "start": 931445980,
            "stop": 931445984
        },
        {
            "start": 931445986,
            "stop": 931446054
        },
        {
            "start": 931446056,
            "stop": 931446091
        },
        {
            "start": 931446093,
            "stop": 931446145
        },
        {
            "start": 931446147,
            "stop": 931446252
        }
    ]
}