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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=225",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=223",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 224,
    "results": [
        {
            "start": 1421362703,
            "stop": 1421362871
        },
        {
            "start": 1421362883,
            "stop": 1421364703
        },
        {
            "start": 1421364707,
            "stop": 1421367283
        },
        {
            "start": 1421367287,
            "stop": 1421367291
        },
        {
            "start": 1421367295,
            "stop": 1421367303
        },
        {
            "start": 1421367323,
            "stop": 1421371087
        },
        {
            "start": 1421371091,
            "stop": 1421373207
        },
        {
            "start": 1421373211,
            "stop": 1421380199
        },
        {
            "start": 1421380207,
            "stop": 1421385772
        },
        {
            "start": 1421385773,
            "stop": 1421389143
        },
        {
            "start": 1421389147,
            "stop": 1421391415
        },
        {
            "start": 1421391419,
            "stop": 1421399567
        },
        {
            "start": 1421399575,
            "stop": 1421403455
        },
        {
            "start": 1421403459,
            "stop": 1421403467
        },
        {
            "start": 1421403471,
            "stop": 1421403472
        },
        {
            "start": 1421403474,
            "stop": 1421411107
        },
        {
            "start": 1421411115,
            "stop": 1421412079
        },
        {
            "start": 1421412087,
            "stop": 1421412091
        },
        {
            "start": 1421412095,
            "stop": 1421413922
        },
        {
            "start": 1421413923,
            "stop": 1421415726
        }
    ]
}