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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=76",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 77,
    "results": [
        {
            "start": 828711986,
            "stop": 828712327
        },
        {
            "start": 828713625,
            "stop": 828713923
        },
        {
            "start": 828951145,
            "stop": 828958647
        },
        {
            "start": 828958655,
            "stop": 828958838
        },
        {
            "start": 828958973,
            "stop": 828961499
        },
        {
            "start": 828962280,
            "stop": 828965977
        },
        {
            "start": 828966898,
            "stop": 828967462
        },
        {
            "start": 828967531,
            "stop": 828969082
        },
        {
            "start": 828969605,
            "stop": 828976986
        },
        {
            "start": 829033384,
            "stop": 829035160
        },
        {
            "start": 829036100,
            "stop": 829048354
        },
        {
            "start": 829048466,
            "stop": 829052807
        },
        {
            "start": 829053006,
            "stop": 829053387
        },
        {
            "start": 829053467,
            "stop": 829054451
        },
        {
            "start": 829055401,
            "stop": 829057553
        },
        {
            "start": 829131452,
            "stop": 829136671
        },
        {
            "start": 829137452,
            "stop": 829137508
        },
        {
            "start": 829137663,
            "stop": 829144759
        },
        {
            "start": 829145870,
            "stop": 829150951
        },
        {
            "start": 829151045,
            "stop": 829156204
        }
    ]
}