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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10157",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10158,
    "results": [
        {
            "start": 873755573,
            "stop": 873755617
        },
        {
            "start": 873755625,
            "stop": 873755651
        },
        {
            "start": 873755658,
            "stop": 873755710
        },
        {
            "start": 873755725,
            "stop": 873755794
        },
        {
            "start": 873755802,
            "stop": 873755820
        },
        {
            "start": 873756000,
            "stop": 873756060
        },
        {
            "start": 873756120,
            "stop": 873756225
        },
        {
            "start": 873756240,
            "stop": 873756265
        },
        {
            "start": 873756301,
            "stop": 873756475
        },
        {
            "start": 873756540,
            "stop": 873756550
        },
        {
            "start": 873756562,
            "stop": 873756660
        },
        {
            "start": 873756720,
            "stop": 873756750
        },
        {
            "start": 873756758,
            "stop": 873756943
        },
        {
            "start": 873756951,
            "stop": 873757117
        },
        {
            "start": 873757127,
            "stop": 873757205
        },
        {
            "start": 873757212,
            "stop": 873757302
        },
        {
            "start": 873757309,
            "stop": 873757320
        },
        {
            "start": 873757380,
            "stop": 873757440
        },
        {
            "start": 873757500,
            "stop": 873757510
        },
        {
            "start": 873757920,
            "stop": 873757980
        }
    ]
}