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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=304",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=302",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 303,
    "results": [
        {
            "start": 1240182666,
            "stop": 1240182785
        },
        {
            "start": 1240182786,
            "stop": 1240182828
        },
        {
            "start": 1240182832,
            "stop": 1240182905
        },
        {
            "start": 1240182906,
            "stop": 1240183025
        },
        {
            "start": 1240183026,
            "stop": 1240183145
        },
        {
            "start": 1240183146,
            "stop": 1240183265
        },
        {
            "start": 1240183266,
            "stop": 1240183385
        },
        {
            "start": 1240183386,
            "stop": 1240183505
        },
        {
            "start": 1240183506,
            "stop": 1240183625
        },
        {
            "start": 1240183626,
            "stop": 1240183745
        },
        {
            "start": 1240183746,
            "stop": 1240183865
        },
        {
            "start": 1240183866,
            "stop": 1240183985
        },
        {
            "start": 1240183986,
            "stop": 1240184105
        },
        {
            "start": 1240184106,
            "stop": 1240184225
        },
        {
            "start": 1240184226,
            "stop": 1240184345
        },
        {
            "start": 1240184346,
            "stop": 1240184465
        },
        {
            "start": 1240184466,
            "stop": 1240184585
        },
        {
            "start": 1240184586,
            "stop": 1240184705
        },
        {
            "start": 1240184706,
            "stop": 1240184825
        },
        {
            "start": 1240184826,
            "stop": 1240184945
        }
    ]
}