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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=212",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 213,
    "results": [
        {
            "start": 1240181706,
            "stop": 1240181825
        },
        {
            "start": 1240181826,
            "stop": 1240181945
        },
        {
            "start": 1240181946,
            "stop": 1240182065
        },
        {
            "start": 1240182066,
            "stop": 1240182185
        },
        {
            "start": 1240182186,
            "stop": 1240182305
        },
        {
            "start": 1240182306,
            "stop": 1240182425
        },
        {
            "start": 1240182426,
            "stop": 1240182545
        },
        {
            "start": 1240182546,
            "stop": 1240182665
        },
        {
            "start": 1240182666,
            "stop": 1240182785
        },
        {
            "start": 1240182786,
            "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
        }
    ]
}