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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=17",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 18,
    "results": [
        {
            "start": 1398887206,
            "stop": 1398888884
        },
        {
            "start": 1398888888,
            "stop": 1398920271
        },
        {
            "start": 1398920273,
            "stop": 1398920278
        },
        {
            "start": 1398920281,
            "stop": 1398925259
        },
        {
            "start": 1398925263,
            "stop": 1398928664
        },
        {
            "start": 1398928665,
            "stop": 1398930465
        },
        {
            "start": 1398930469,
            "stop": 1398933333
        },
        {
            "start": 1398933337,
            "stop": 1398934093
        },
        {
            "start": 1398934096,
            "stop": 1398937682
        },
        {
            "start": 1398937686,
            "stop": 1398970581
        },
        {
            "start": 1398982198,
            "stop": 1398983878
        },
        {
            "start": 1398983881,
            "stop": 1398993562
        },
        {
            "start": 1398993565,
            "stop": 1398997947
        },
        {
            "start": 1398997951,
            "stop": 1398998052
        },
        {
            "start": 1398998055,
            "stop": 1399004035
        },
        {
            "start": 1399004039,
            "stop": 1399014330
        },
        {
            "start": 1399014334,
            "stop": 1399031198
        },
        {
            "start": 1399036265,
            "stop": 1399044696
        },
        {
            "start": 1399051041,
            "stop": 1399051112
        },
        {
            "start": 1399057100,
            "stop": 1399063821
        }
    ]
}