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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=261",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 262,
    "results": [
        {
            "start": 821687024,
            "stop": 821687038
        },
        {
            "start": 821687041,
            "stop": 821687043
        },
        {
            "start": 821687053,
            "stop": 821687079
        },
        {
            "start": 821687085,
            "stop": 821687091
        },
        {
            "start": 821687095,
            "stop": 821687102
        },
        {
            "start": 821687108,
            "stop": 821687110
        },
        {
            "start": 821687117,
            "stop": 821687120
        },
        {
            "start": 821687126,
            "stop": 821687128
        },
        {
            "start": 821687132,
            "stop": 821687138
        },
        {
            "start": 821687142,
            "stop": 821687146
        },
        {
            "start": 821687149,
            "stop": 821687163
        },
        {
            "start": 821687166,
            "stop": 821687168
        },
        {
            "start": 821687171,
            "stop": 821687184
        },
        {
            "start": 821687187,
            "stop": 821687188
        },
        {
            "start": 821687191,
            "stop": 821687192
        },
        {
            "start": 821687195,
            "stop": 821687197
        },
        {
            "start": 821687201,
            "stop": 821687203
        },
        {
            "start": 821687206,
            "stop": 821687216
        },
        {
            "start": 821687219,
            "stop": 821687226
        },
        {
            "start": 821687232,
            "stop": 821687238
        }
    ]
}