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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=393",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=391",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 392,
    "results": [
        {
            "start": 818370218,
            "stop": 818370237
        },
        {
            "start": 818370240,
            "stop": 818370314
        },
        {
            "start": 818370317,
            "stop": 818370318
        },
        {
            "start": 818370324,
            "stop": 818370358
        },
        {
            "start": 818370361,
            "stop": 818370364
        },
        {
            "start": 818370367,
            "stop": 818370429
        },
        {
            "start": 818370432,
            "stop": 818370441
        },
        {
            "start": 818370444,
            "stop": 818370446
        },
        {
            "start": 818370449,
            "stop": 818370452
        },
        {
            "start": 818370457,
            "stop": 818371221
        },
        {
            "start": 818371224,
            "stop": 818371236
        },
        {
            "start": 818371239,
            "stop": 818371292
        },
        {
            "start": 818371295,
            "stop": 818371316
        },
        {
            "start": 818371319,
            "stop": 818371320
        },
        {
            "start": 818371323,
            "stop": 818371342
        },
        {
            "start": 818371345,
            "stop": 818371349
        },
        {
            "start": 818371352,
            "stop": 818371363
        },
        {
            "start": 818371366,
            "stop": 818371371
        },
        {
            "start": 818371375,
            "stop": 818371408
        },
        {
            "start": 818371413,
            "stop": 818371438
        }
    ]
}