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=182
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=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=181",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 182,
    "results": [
        {
            "start": 817524292,
            "stop": 817524639
        },
        {
            "start": 817524706,
            "stop": 817530090
        },
        {
            "start": 817531050,
            "stop": 817531162
        },
        {
            "start": 817531183,
            "stop": 817531204
        },
        {
            "start": 817531225,
            "stop": 817531257
        },
        {
            "start": 817531280,
            "stop": 817531386
        },
        {
            "start": 817531416,
            "stop": 817531456
        },
        {
            "start": 817531486,
            "stop": 817531535
        },
        {
            "start": 817531556,
            "stop": 817531606
        },
        {
            "start": 817531625,
            "stop": 817531927
        },
        {
            "start": 817531947,
            "stop": 817531992
        },
        {
            "start": 817532012,
            "stop": 817532110
        },
        {
            "start": 817532130,
            "stop": 817532148
        },
        {
            "start": 817532179,
            "stop": 817532699
        },
        {
            "start": 817532718,
            "stop": 817535621
        },
        {
            "start": 817535645,
            "stop": 817536229
        },
        {
            "start": 817536249,
            "stop": 817536266
        },
        {
            "start": 817536290,
            "stop": 817536393
        },
        {
            "start": 817536417,
            "stop": 817536648
        },
        {
            "start": 817536690,
            "stop": 817536741
        }
    ]
}