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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2024",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2022",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2023,
    "results": [
        {
            "start": 858783368,
            "stop": 858783390
        },
        {
            "start": 858783457,
            "stop": 858783463
        },
        {
            "start": 858783467,
            "stop": 858783472
        },
        {
            "start": 858783774,
            "stop": 858783787
        },
        {
            "start": 858783788,
            "stop": 858783820
        },
        {
            "start": 858783821,
            "stop": 858783843
        },
        {
            "start": 858783844,
            "stop": 858783930
        },
        {
            "start": 858784050,
            "stop": 858784079
        },
        {
            "start": 858784081,
            "stop": 858784085
        },
        {
            "start": 858784156,
            "stop": 858784350
        },
        {
            "start": 858784530,
            "stop": 858784650
        },
        {
            "start": 858785010,
            "stop": 858785011
        },
        {
            "start": 858785121,
            "stop": 858785494
        },
        {
            "start": 858785495,
            "stop": 858785496
        },
        {
            "start": 858785497,
            "stop": 858785504
        },
        {
            "start": 858791763,
            "stop": 858792148
        },
        {
            "start": 858792150,
            "stop": 858792158
        },
        {
            "start": 858792162,
            "stop": 858792687
        },
        {
            "start": 858792688,
            "stop": 858792750
        },
        {
            "start": 858793740,
            "stop": 858793900
        }
    ]
}