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=340
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=341",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=339",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 340,
    "results": [
        {
            "start": 1264112585,
            "stop": 1264112587
        },
        {
            "start": 1264112592,
            "stop": 1264112682
        },
        {
            "start": 1264112687,
            "stop": 1264112717
        },
        {
            "start": 1264112719,
            "stop": 1264112770
        },
        {
            "start": 1264112775,
            "stop": 1264112792
        },
        {
            "start": 1264112794,
            "stop": 1264112801
        },
        {
            "start": 1264112802,
            "stop": 1264113099
        },
        {
            "start": 1264113105,
            "stop": 1264113107
        },
        {
            "start": 1264113111,
            "stop": 1264113299
        },
        {
            "start": 1264113300,
            "stop": 1264113306
        },
        {
            "start": 1264113308,
            "stop": 1264113311
        },
        {
            "start": 1264113312,
            "stop": 1264113413
        },
        {
            "start": 1264113414,
            "stop": 1264113434
        },
        {
            "start": 1264113435,
            "stop": 1264113440
        },
        {
            "start": 1264113445,
            "stop": 1264113490
        },
        {
            "start": 1264113495,
            "stop": 1264113573
        },
        {
            "start": 1264113575,
            "stop": 1264113589
        },
        {
            "start": 1264113593,
            "stop": 1264113618
        },
        {
            "start": 1264113622,
            "stop": 1264113722
        },
        {
            "start": 1264113725,
            "stop": 1264113777
        }
    ]
}