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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=165",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 166,
    "results": [
        {
            "start": 838059561,
            "stop": 838059562
        },
        {
            "start": 838059675,
            "stop": 838063074
        },
        {
            "start": 838063153,
            "stop": 838066813
        },
        {
            "start": 838098875,
            "stop": 838105693
        },
        {
            "start": 838105724,
            "stop": 838105725
        },
        {
            "start": 838106511,
            "stop": 838108192
        },
        {
            "start": 838108996,
            "stop": 838111453
        },
        {
            "start": 838114578,
            "stop": 838114993
        },
        {
            "start": 838116733,
            "stop": 838128133
        },
        {
            "start": 838157074,
            "stop": 838158313
        },
        {
            "start": 838158356,
            "stop": 838158357
        },
        {
            "start": 838159140,
            "stop": 838162210
        },
        {
            "start": 838162453,
            "stop": 838191347
        },
        {
            "start": 838191825,
            "stop": 838200186
        },
        {
            "start": 838202172,
            "stop": 838213273
        },
        {
            "start": 838213288,
            "stop": 838213290
        },
        {
            "start": 838214207,
            "stop": 838238343
        },
        {
            "start": 838245297,
            "stop": 838248433
        },
        {
            "start": 838248456,
            "stop": 838248457
        },
        {
            "start": 838248913,
            "stop": 838255764
        }
    ]
}