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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1322",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1320",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1321,
    "results": [
        {
            "start": 963191964,
            "stop": 963195653
        },
        {
            "start": 963206222,
            "stop": 963207009
        },
        {
            "start": 963207010,
            "stop": 963212538
        },
        {
            "start": 963212539,
            "stop": 963216428
        },
        {
            "start": 963219293,
            "stop": 963226362
        },
        {
            "start": 963228893,
            "stop": 963229660
        },
        {
            "start": 963232467,
            "stop": 963232526
        },
        {
            "start": 963233965,
            "stop": 963235490
        },
        {
            "start": 963236714,
            "stop": 963236989
        },
        {
            "start": 963238420,
            "stop": 963241364
        },
        {
            "start": 963243980,
            "stop": 963247168
        },
        {
            "start": 963247169,
            "stop": 963247687
        },
        {
            "start": 963248482,
            "stop": 963250419
        },
        {
            "start": 963255634,
            "stop": 963255933
        },
        {
            "start": 963257487,
            "stop": 963258546
        },
        {
            "start": 963261349,
            "stop": 963261602
        },
        {
            "start": 963261604,
            "stop": 963261605
        },
        {
            "start": 963261608,
            "stop": 963262335
        },
        {
            "start": 963263014,
            "stop": 963267215
        },
        {
            "start": 963267216,
            "stop": 963268624
        }
    ]
}