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=1163
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=1164",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1162",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1163,
    "results": [
        {
            "start": 951442928,
            "stop": 951446318
        },
        {
            "start": 951446320,
            "stop": 951447917
        },
        {
            "start": 951447920,
            "stop": 951448043
        },
        {
            "start": 951448045,
            "stop": 951452338
        },
        {
            "start": 951452340,
            "stop": 951456168
        },
        {
            "start": 951456170,
            "stop": 951461018
        },
        {
            "start": 951461020,
            "stop": 951461308
        },
        {
            "start": 951461310,
            "stop": 951481223
        },
        {
            "start": 951487222,
            "stop": 951488065
        },
        {
            "start": 951491361,
            "stop": 951492444
        },
        {
            "start": 951492445,
            "stop": 951494420
        },
        {
            "start": 951494422,
            "stop": 951505848
        },
        {
            "start": 951507860,
            "stop": 951518176
        },
        {
            "start": 951518178,
            "stop": 951519229
        },
        {
            "start": 951519231,
            "stop": 951520037
        },
        {
            "start": 951614421,
            "stop": 951621468
        },
        {
            "start": 951621470,
            "stop": 951621744
        },
        {
            "start": 951623129,
            "stop": 951625660
        },
        {
            "start": 951628515,
            "stop": 951635904
        },
        {
            "start": 951637114,
            "stop": 951656469
        }
    ]
}