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=216
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=217",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=215",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 216,
    "results": [
        {
            "start": 1240188906,
            "stop": 1240189025
        },
        {
            "start": 1240189026,
            "stop": 1240189145
        },
        {
            "start": 1240189146,
            "stop": 1240189265
        },
        {
            "start": 1240189266,
            "stop": 1240189385
        },
        {
            "start": 1240189386,
            "stop": 1240189505
        },
        {
            "start": 1240189506,
            "stop": 1240189625
        },
        {
            "start": 1240189626,
            "stop": 1240189745
        },
        {
            "start": 1240189746,
            "stop": 1240189865
        },
        {
            "start": 1240189866,
            "stop": 1240189985
        },
        {
            "start": 1240189986,
            "stop": 1240190105
        },
        {
            "start": 1240190106,
            "stop": 1240190225
        },
        {
            "start": 1240190226,
            "stop": 1240190345
        },
        {
            "start": 1240190346,
            "stop": 1240190465
        },
        {
            "start": 1240190466,
            "stop": 1240190585
        },
        {
            "start": 1240190586,
            "stop": 1240190705
        },
        {
            "start": 1240190706,
            "stop": 1240190825
        },
        {
            "start": 1240190826,
            "stop": 1240190945
        },
        {
            "start": 1240190946,
            "stop": 1240191065
        },
        {
            "start": 1240191066,
            "stop": 1240191185
        },
        {
            "start": 1240191186,
            "stop": 1240191305
        }
    ]
}