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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=169",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 170,
    "results": [
        {
            "start": 1261242145,
            "stop": 1261242303
        },
        {
            "start": 1261243755,
            "stop": 1261249835
        },
        {
            "start": 1261249840,
            "stop": 1261250307
        },
        {
            "start": 1261250312,
            "stop": 1261250329
        },
        {
            "start": 1261250334,
            "stop": 1261250353
        },
        {
            "start": 1261250358,
            "stop": 1261250375
        },
        {
            "start": 1261266023,
            "stop": 1261266252
        },
        {
            "start": 1261266254,
            "stop": 1261266523
        },
        {
            "start": 1261266526,
            "stop": 1261267256
        },
        {
            "start": 1261267259,
            "stop": 1261268546
        },
        {
            "start": 1261268547,
            "stop": 1261269052
        },
        {
            "start": 1261269124,
            "stop": 1261269548
        },
        {
            "start": 1261269551,
            "stop": 1261269827
        },
        {
            "start": 1261269829,
            "stop": 1261269961
        },
        {
            "start": 1261269964,
            "stop": 1261270070
        },
        {
            "start": 1261270075,
            "stop": 1261270717
        },
        {
            "start": 1261270720,
            "stop": 1261270787
        },
        {
            "start": 1261270790,
            "stop": 1261270801
        },
        {
            "start": 1261270804,
            "stop": 1261270881
        },
        {
            "start": 1261270884,
            "stop": 1261270889
        }
    ]
}