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=308
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=309",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=307",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 308,
    "results": [
        {
            "start": 1175599179,
            "stop": 1175599401
        },
        {
            "start": 1175599403,
            "stop": 1175600541
        },
        {
            "start": 1175600543,
            "stop": 1175601594
        },
        {
            "start": 1175601596,
            "stop": 1175602746
        },
        {
            "start": 1175602748,
            "stop": 1175602771
        },
        {
            "start": 1175602775,
            "stop": 1175603770
        },
        {
            "start": 1175603772,
            "stop": 1175604922
        },
        {
            "start": 1175604924,
            "stop": 1175605251
        },
        {
            "start": 1175605255,
            "stop": 1175605990
        },
        {
            "start": 1175605992,
            "stop": 1175607148
        },
        {
            "start": 1175607150,
            "stop": 1175608178
        },
        {
            "start": 1175608180,
            "stop": 1175609301
        },
        {
            "start": 1175609303,
            "stop": 1175610309
        },
        {
            "start": 1175610311,
            "stop": 1175611419
        },
        {
            "start": 1175611421,
            "stop": 1175612097
        },
        {
            "start": 1175612101,
            "stop": 1175612406
        },
        {
            "start": 1175612408,
            "stop": 1175613539
        },
        {
            "start": 1175613541,
            "stop": 1175614549
        },
        {
            "start": 1175614551,
            "stop": 1175615851
        },
        {
            "start": 1175615853,
            "stop": 1175616849
        }
    ]
}