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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=362",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=360",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 361,
    "results": [
        {
            "start": 939553855,
            "stop": 939553858
        },
        {
            "start": 939553861,
            "stop": 939553889
        },
        {
            "start": 939553892,
            "stop": 939553934
        },
        {
            "start": 939553937,
            "stop": 939554014
        },
        {
            "start": 939554017,
            "stop": 939554254
        },
        {
            "start": 939554257,
            "stop": 939554298
        },
        {
            "start": 939554301,
            "stop": 939554305
        },
        {
            "start": 939554309,
            "stop": 939554350
        },
        {
            "start": 939554353,
            "stop": 939554360
        },
        {
            "start": 939554363,
            "stop": 939554399
        },
        {
            "start": 939554402,
            "stop": 939554406
        },
        {
            "start": 939554409,
            "stop": 939554452
        },
        {
            "start": 939554457,
            "stop": 939554751
        },
        {
            "start": 939554754,
            "stop": 939554766
        },
        {
            "start": 939554769,
            "stop": 939554803
        },
        {
            "start": 939554806,
            "stop": 939555871
        },
        {
            "start": 939555874,
            "stop": 939556193
        },
        {
            "start": 939556196,
            "stop": 939556358
        },
        {
            "start": 939556361,
            "stop": 939556736
        },
        {
            "start": 939556739,
            "stop": 939556994
        }
    ]
}