Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=710
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=711",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=709",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 710,
    "results": [
        {
            "start": 866231337,
            "stop": 866231380
        },
        {
            "start": 866231399,
            "stop": 866231495
        },
        {
            "start": 866231524,
            "stop": 866231538
        },
        {
            "start": 866235167,
            "stop": 866235234
        },
        {
            "start": 866235253,
            "stop": 866235631
        },
        {
            "start": 866235650,
            "stop": 866235660
        },
        {
            "start": 866235679,
            "stop": 866235988
        },
        {
            "start": 866247325,
            "stop": 866259337
        },
        {
            "start": 866260639,
            "stop": 866260826
        },
        {
            "start": 866260958,
            "stop": 866289118
        },
        {
            "start": 866289174,
            "stop": 866300415
        },
        {
            "start": 866324019,
            "stop": 866325898
        },
        {
            "start": 866326608,
            "stop": 866333476
        },
        {
            "start": 866334498,
            "stop": 866338237
        },
        {
            "start": 866338873,
            "stop": 866351767
        },
        {
            "start": 866351794,
            "stop": 866352547
        },
        {
            "start": 866352577,
            "stop": 866353224
        },
        {
            "start": 866353251,
            "stop": 866353256
        },
        {
            "start": 866353290,
            "stop": 866353292
        },
        {
            "start": 866358693,
            "stop": 866386302
        }
    ]
}