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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT2/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT2/segments?format=api&page=11",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 12,
    "results": [
        {
            "start": 1397764500,
            "stop": 1397764598
        },
        {
            "start": 1397764599,
            "stop": 1397764602
        },
        {
            "start": 1397764603,
            "stop": 1397764680
        },
        {
            "start": 1397764681,
            "stop": 1397764758
        },
        {
            "start": 1397764759,
            "stop": 1397764765
        },
        {
            "start": 1397764766,
            "stop": 1397764769
        },
        {
            "start": 1397764771,
            "stop": 1397764989
        },
        {
            "start": 1397764991,
            "stop": 1397765282
        },
        {
            "start": 1397765283,
            "stop": 1397765313
        },
        {
            "start": 1397765314,
            "stop": 1397765341
        },
        {
            "start": 1397765345,
            "stop": 1397765424
        },
        {
            "start": 1397765425,
            "stop": 1397765427
        },
        {
            "start": 1397765429,
            "stop": 1397765502
        },
        {
            "start": 1397765504,
            "stop": 1397765514
        },
        {
            "start": 1397780615,
            "stop": 1397780735
        },
        {
            "start": 1397780736,
            "stop": 1397780923
        },
        {
            "start": 1397854168,
            "stop": 1397857555
        },
        {
            "start": 1397857591,
            "stop": 1397859587
        },
        {
            "start": 1397859589,
            "stop": 1397862963
        },
        {
            "start": 1397862964,
            "stop": 1397863155
        }
    ]
}