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=288
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=289",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=287",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 288,
    "results": [
        {
            "start": 931566060,
            "stop": 931566123
        },
        {
            "start": 931566142,
            "stop": 931566145
        },
        {
            "start": 931566164,
            "stop": 931566177
        },
        {
            "start": 931566261,
            "stop": 931566267
        },
        {
            "start": 931566302,
            "stop": 931566306
        },
        {
            "start": 931590175,
            "stop": 931590177
        },
        {
            "start": 931591830,
            "stop": 931591831
        },
        {
            "start": 931591869,
            "stop": 931591870
        },
        {
            "start": 931592007,
            "stop": 931592009
        },
        {
            "start": 931592011,
            "stop": 931592012
        },
        {
            "start": 931592056,
            "stop": 931592061
        },
        {
            "start": 931592120,
            "stop": 931592129
        },
        {
            "start": 931592131,
            "stop": 931592133
        },
        {
            "start": 931592135,
            "stop": 931592136
        },
        {
            "start": 931592138,
            "stop": 931592143
        },
        {
            "start": 931592145,
            "stop": 931592147
        },
        {
            "start": 931592335,
            "stop": 931592336
        },
        {
            "start": 931592338,
            "stop": 931592339
        },
        {
            "start": 931592398,
            "stop": 931592399
        },
        {
            "start": 931592840,
            "stop": 931592841
        }
    ]
}