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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=353",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=351",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 352,
    "results": [
        {
            "start": 1177444387,
            "stop": 1177444392
        },
        {
            "start": 1177444398,
            "stop": 1177444403
        },
        {
            "start": 1177444409,
            "stop": 1177444414
        },
        {
            "start": 1177444420,
            "stop": 1177444430
        },
        {
            "start": 1177444433,
            "stop": 1177444441
        },
        {
            "start": 1177444443,
            "stop": 1177444453
        },
        {
            "start": 1177444456,
            "stop": 1177444464
        },
        {
            "start": 1177444468,
            "stop": 1177444475
        },
        {
            "start": 1177444480,
            "stop": 1177444487
        },
        {
            "start": 1177444491,
            "stop": 1177444499
        },
        {
            "start": 1177444505,
            "stop": 1177444512
        },
        {
            "start": 1177444515,
            "stop": 1177445005
        },
        {
            "start": 1177445009,
            "stop": 1177445016
        },
        {
            "start": 1177445023,
            "stop": 1177445027
        },
        {
            "start": 1177445035,
            "stop": 1177445039
        },
        {
            "start": 1177445047,
            "stop": 1177445053
        },
        {
            "start": 1177445057,
            "stop": 1177445115
        },
        {
            "start": 1177445121,
            "stop": 1177445129
        },
        {
            "start": 1177445135,
            "stop": 1177445141
        },
        {
            "start": 1177445148,
            "stop": 1177445152
        }
    ]
}