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=7901
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=7902",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7900",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7901,
    "results": [
        {
            "start": 969977228,
            "stop": 969977310
        },
        {
            "start": 969977313,
            "stop": 969977325
        },
        {
            "start": 969977328,
            "stop": 969977343
        },
        {
            "start": 969977346,
            "stop": 969977350
        },
        {
            "start": 969977353,
            "stop": 969977384
        },
        {
            "start": 969977392,
            "stop": 969977470
        },
        {
            "start": 969977473,
            "stop": 969977476
        },
        {
            "start": 969977479,
            "stop": 969977492
        },
        {
            "start": 969977498,
            "stop": 969977500
        },
        {
            "start": 969977507,
            "stop": 969977522
        },
        {
            "start": 969977528,
            "stop": 969977537
        },
        {
            "start": 969977544,
            "stop": 969977559
        },
        {
            "start": 969977562,
            "stop": 969977616
        },
        {
            "start": 969977620,
            "stop": 969977627
        },
        {
            "start": 969977630,
            "stop": 969977636
        },
        {
            "start": 969977639,
            "stop": 969977792
        },
        {
            "start": 969977795,
            "stop": 969977854
        },
        {
            "start": 969977857,
            "stop": 969977858
        },
        {
            "start": 969977861,
            "stop": 969977877
        },
        {
            "start": 969977880,
            "stop": 969977885
        }
    ]
}