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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT3/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT3/segments?format=api&page=30",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 31,
    "results": [
        {
            "start": 1383738226,
            "stop": 1383738231
        },
        {
            "start": 1383738291,
            "stop": 1383738296
        },
        {
            "start": 1383738356,
            "stop": 1383738361
        },
        {
            "start": 1383738421,
            "stop": 1383738426
        },
        {
            "start": 1383738486,
            "stop": 1383738491
        },
        {
            "start": 1383738551,
            "stop": 1383738556
        },
        {
            "start": 1383738616,
            "stop": 1383738621
        },
        {
            "start": 1383738681,
            "stop": 1383738686
        },
        {
            "start": 1383738746,
            "stop": 1383738751
        },
        {
            "start": 1383738811,
            "stop": 1383738816
        },
        {
            "start": 1383738876,
            "stop": 1383738881
        },
        {
            "start": 1383738941,
            "stop": 1383738946
        },
        {
            "start": 1383739006,
            "stop": 1383739011
        },
        {
            "start": 1383739071,
            "stop": 1383739076
        },
        {
            "start": 1383739136,
            "stop": 1383739141
        },
        {
            "start": 1383739201,
            "stop": 1383739206
        },
        {
            "start": 1383739266,
            "stop": 1383739271
        },
        {
            "start": 1383739331,
            "stop": 1383739336
        },
        {
            "start": 1383739396,
            "stop": 1383739401
        },
        {
            "start": 1383739461,
            "stop": 1383739466
        }
    ]
}