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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=284",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=282",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 283,
    "results": [
        {
            "start": 1260177851,
            "stop": 1260178453
        },
        {
            "start": 1260178454,
            "stop": 1260178535
        },
        {
            "start": 1260178537,
            "stop": 1260178552
        },
        {
            "start": 1260178554,
            "stop": 1260179075
        },
        {
            "start": 1260179076,
            "stop": 1260179090
        },
        {
            "start": 1260179091,
            "stop": 1260179731
        },
        {
            "start": 1260179732,
            "stop": 1260179784
        },
        {
            "start": 1260179786,
            "stop": 1260179795
        },
        {
            "start": 1260179798,
            "stop": 1260180230
        },
        {
            "start": 1260180233,
            "stop": 1260180541
        },
        {
            "start": 1260180542,
            "stop": 1260181176
        },
        {
            "start": 1260181177,
            "stop": 1260181312
        },
        {
            "start": 1260181314,
            "stop": 1260182009
        },
        {
            "start": 1260182010,
            "stop": 1260182757
        },
        {
            "start": 1260182759,
            "stop": 1260182804
        },
        {
            "start": 1260182805,
            "stop": 1260182893
        },
        {
            "start": 1260182896,
            "stop": 1260182953
        },
        {
            "start": 1260182954,
            "stop": 1260183146
        },
        {
            "start": 1260183147,
            "stop": 1260183156
        },
        {
            "start": 1260183159,
            "stop": 1260183347
        }
    ]
}