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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=332",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=330",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 331,
    "results": [
        {
            "start": 1181985651,
            "stop": 1181985655
        },
        {
            "start": 1181985659,
            "stop": 1181985660
        },
        {
            "start": 1181985661,
            "stop": 1181985668
        },
        {
            "start": 1181998224,
            "stop": 1181999293
        },
        {
            "start": 1181999295,
            "stop": 1181999301
        },
        {
            "start": 1181999303,
            "stop": 1181999305
        },
        {
            "start": 1181999311,
            "stop": 1182000096
        },
        {
            "start": 1182000097,
            "stop": 1182001162
        },
        {
            "start": 1182001163,
            "stop": 1182001165
        },
        {
            "start": 1182001174,
            "stop": 1182001176
        },
        {
            "start": 1182001185,
            "stop": 1182002604
        },
        {
            "start": 1182002605,
            "stop": 1182003037
        },
        {
            "start": 1182056293,
            "stop": 1182056354
        },
        {
            "start": 1182056356,
            "stop": 1182056365
        },
        {
            "start": 1182056367,
            "stop": 1182056373
        },
        {
            "start": 1182056374,
            "stop": 1182056382
        },
        {
            "start": 1182056383,
            "stop": 1182056386
        },
        {
            "start": 1182056387,
            "stop": 1182056389
        },
        {
            "start": 1182056392,
            "stop": 1182056415
        },
        {
            "start": 1182056417,
            "stop": 1182056420
        }
    ]
}