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=462
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=463",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=461",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 462,
    "results": [
        {
            "start": 821779061,
            "stop": 821779067
        },
        {
            "start": 821779072,
            "stop": 821779079
        },
        {
            "start": 821779082,
            "stop": 821779085
        },
        {
            "start": 821779088,
            "stop": 821779090
        },
        {
            "start": 821779095,
            "stop": 821779098
        },
        {
            "start": 821779101,
            "stop": 821779105
        },
        {
            "start": 821779111,
            "stop": 821779112
        },
        {
            "start": 821779115,
            "stop": 821779122
        },
        {
            "start": 821779125,
            "stop": 821779144
        },
        {
            "start": 821779154,
            "stop": 821779157
        },
        {
            "start": 821779160,
            "stop": 821779161
        },
        {
            "start": 821779164,
            "stop": 821779167
        },
        {
            "start": 821779170,
            "stop": 821779197
        },
        {
            "start": 821779200,
            "stop": 821779215
        },
        {
            "start": 821779218,
            "stop": 821779245
        },
        {
            "start": 821779248,
            "stop": 821779257
        },
        {
            "start": 821779260,
            "stop": 821779265
        },
        {
            "start": 821779268,
            "stop": 821779270
        },
        {
            "start": 821779274,
            "stop": 821779276
        },
        {
            "start": 821779281,
            "stop": 821779286
        }
    ]
}