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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=452",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=450",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 451,
    "results": [
        {
            "start": 1264386530,
            "stop": 1264386573
        },
        {
            "start": 1264386574,
            "stop": 1264386590
        },
        {
            "start": 1264386592,
            "stop": 1264386594
        },
        {
            "start": 1264386595,
            "stop": 1264386598
        },
        {
            "start": 1264386600,
            "stop": 1264386614
        },
        {
            "start": 1264386619,
            "stop": 1264386644
        },
        {
            "start": 1264386660,
            "stop": 1264386704
        },
        {
            "start": 1264386706,
            "stop": 1264386759
        },
        {
            "start": 1264386760,
            "stop": 1264386762
        },
        {
            "start": 1264386769,
            "stop": 1264386774
        },
        {
            "start": 1264386779,
            "stop": 1264386784
        },
        {
            "start": 1264386786,
            "stop": 1264386791
        },
        {
            "start": 1264386793,
            "stop": 1264386800
        },
        {
            "start": 1264386801,
            "stop": 1264386809
        },
        {
            "start": 1264386810,
            "stop": 1264386816
        },
        {
            "start": 1264386817,
            "stop": 1264386820
        },
        {
            "start": 1264386822,
            "stop": 1264386825
        },
        {
            "start": 1264386826,
            "stop": 1264386828
        },
        {
            "start": 1264386830,
            "stop": 1264386833
        },
        {
            "start": 1264386835,
            "stop": 1264386840
        }
    ]
}