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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=130",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 131,
    "results": [
        {
            "start": 1175696130,
            "stop": 1175696204
        },
        {
            "start": 1175696205,
            "stop": 1175696210
        },
        {
            "start": 1175696211,
            "stop": 1175696600
        },
        {
            "start": 1175696603,
            "stop": 1175696648
        },
        {
            "start": 1175696649,
            "stop": 1175697215
        },
        {
            "start": 1175697216,
            "stop": 1175700023
        },
        {
            "start": 1175700025,
            "stop": 1175700629
        },
        {
            "start": 1175700630,
            "stop": 1175700637
        },
        {
            "start": 1175700640,
            "stop": 1175700641
        },
        {
            "start": 1175700644,
            "stop": 1175700841
        },
        {
            "start": 1175700853,
            "stop": 1175704765
        },
        {
            "start": 1175704766,
            "stop": 1175706169
        },
        {
            "start": 1175706170,
            "stop": 1175706198
        },
        {
            "start": 1175706545,
            "stop": 1175709363
        },
        {
            "start": 1175709366,
            "stop": 1175722350
        },
        {
            "start": 1175722354,
            "stop": 1175740354
        },
        {
            "start": 1175740358,
            "stop": 1175743564
        },
        {
            "start": 1175743568,
            "stop": 1175755357
        },
        {
            "start": 1175755358,
            "stop": 1175755365
        },
        {
            "start": 1175755366,
            "stop": 1175755699
        }
    ]
}