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=259
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=260",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=258",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 259,
    "results": [
        {
            "start": 1262697544,
            "stop": 1262697696
        },
        {
            "start": 1262697698,
            "stop": 1262697701
        },
        {
            "start": 1262697705,
            "stop": 1262697722
        },
        {
            "start": 1262697726,
            "stop": 1262697751
        },
        {
            "start": 1262697752,
            "stop": 1262697753
        },
        {
            "start": 1262697755,
            "stop": 1262697781
        },
        {
            "start": 1262697784,
            "stop": 1262697824
        },
        {
            "start": 1262697825,
            "stop": 1262697838
        },
        {
            "start": 1262697841,
            "stop": 1262697906
        },
        {
            "start": 1262697910,
            "stop": 1262697926
        },
        {
            "start": 1262697930,
            "stop": 1262697942
        },
        {
            "start": 1262697945,
            "stop": 1262698033
        },
        {
            "start": 1262698037,
            "stop": 1262698054
        },
        {
            "start": 1262698058,
            "stop": 1262698089
        },
        {
            "start": 1262698092,
            "stop": 1262698180
        },
        {
            "start": 1262698182,
            "stop": 1262698241
        },
        {
            "start": 1262698243,
            "stop": 1262698291
        },
        {
            "start": 1262698293,
            "stop": 1262698328
        },
        {
            "start": 1262698329,
            "stop": 1262698354
        },
        {
            "start": 1262698357,
            "stop": 1262698390
        }
    ]
}