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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=152",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 153,
    "results": [
        {
            "start": 1418960650,
            "stop": 1418961319
        },
        {
            "start": 1418961321,
            "stop": 1418961422
        },
        {
            "start": 1418961434,
            "stop": 1418961438
        },
        {
            "start": 1418961446,
            "stop": 1418961622
        },
        {
            "start": 1418961626,
            "stop": 1418961636
        },
        {
            "start": 1418961638,
            "stop": 1418961642
        },
        {
            "start": 1418961647,
            "stop": 1418961822
        },
        {
            "start": 1418961826,
            "stop": 1418961829
        },
        {
            "start": 1418961830,
            "stop": 1418961841
        },
        {
            "start": 1418961846,
            "stop": 1418961854
        },
        {
            "start": 1418961858,
            "stop": 1418962130
        },
        {
            "start": 1418962132,
            "stop": 1418962802
        },
        {
            "start": 1418962810,
            "stop": 1418963082
        },
        {
            "start": 1418963086,
            "stop": 1418963328
        },
        {
            "start": 1418963329,
            "stop": 1418963478
        },
        {
            "start": 1418963486,
            "stop": 1418963953
        },
        {
            "start": 1418963955,
            "stop": 1418964128
        },
        {
            "start": 1418964129,
            "stop": 1418964130
        },
        {
            "start": 1418964134,
            "stop": 1418964174
        },
        {
            "start": 1418967052,
            "stop": 1418967415
        }
    ]
}