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=248
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=249",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=247",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 248,
    "results": [
        {
            "start": 1262683846,
            "stop": 1262683860
        },
        {
            "start": 1262683862,
            "stop": 1262683870
        },
        {
            "start": 1262683872,
            "stop": 1262683895
        },
        {
            "start": 1262683896,
            "stop": 1262684051
        },
        {
            "start": 1262684053,
            "stop": 1262684394
        },
        {
            "start": 1262684397,
            "stop": 1262684402
        },
        {
            "start": 1262684403,
            "stop": 1262685009
        },
        {
            "start": 1262685013,
            "stop": 1262685157
        },
        {
            "start": 1262685159,
            "stop": 1262685422
        },
        {
            "start": 1262685424,
            "stop": 1262685605
        },
        {
            "start": 1262685607,
            "stop": 1262685693
        },
        {
            "start": 1262685695,
            "stop": 1262685877
        },
        {
            "start": 1262685879,
            "stop": 1262686023
        },
        {
            "start": 1262686026,
            "stop": 1262686355
        },
        {
            "start": 1262686357,
            "stop": 1262686382
        },
        {
            "start": 1262686386,
            "stop": 1262686390
        },
        {
            "start": 1262686392,
            "stop": 1262686502
        },
        {
            "start": 1262686505,
            "stop": 1262686523
        },
        {
            "start": 1262686529,
            "stop": 1262686600
        },
        {
            "start": 1262686603,
            "stop": 1262686605
        }
    ]
}