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=192
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=193",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=191",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 192,
    "results": [
        {
            "start": 1261685667,
            "stop": 1261685987
        },
        {
            "start": 1261685992,
            "stop": 1261686198
        },
        {
            "start": 1261686203,
            "stop": 1261686415
        },
        {
            "start": 1261686420,
            "stop": 1261686626
        },
        {
            "start": 1261686631,
            "stop": 1261687023
        },
        {
            "start": 1261687028,
            "stop": 1261687258
        },
        {
            "start": 1261687259,
            "stop": 1261687408
        },
        {
            "start": 1261687412,
            "stop": 1261687473
        },
        {
            "start": 1261687478,
            "stop": 1261687586
        },
        {
            "start": 1261687591,
            "stop": 1261688046
        },
        {
            "start": 1261688051,
            "stop": 1261692151
        },
        {
            "start": 1261692154,
            "stop": 1261692163
        },
        {
            "start": 1261692165,
            "stop": 1261692521
        },
        {
            "start": 1261692526,
            "stop": 1261696715
        },
        {
            "start": 1261696716,
            "stop": 1261696717
        },
        {
            "start": 1261696719,
            "stop": 1261696722
        },
        {
            "start": 1261696723,
            "stop": 1261696725
        },
        {
            "start": 1261696727,
            "stop": 1261696732
        },
        {
            "start": 1261696735,
            "stop": 1261696747
        },
        {
            "start": 1261696748,
            "stop": 1261696750
        }
    ]
}