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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=873",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=871",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 872,
    "results": [
        {
            "start": 874211261,
            "stop": 874227039
        },
        {
            "start": 874227040,
            "stop": 874263013
        },
        {
            "start": 874263017,
            "stop": 874263019
        },
        {
            "start": 874263020,
            "stop": 874263348
        },
        {
            "start": 874267628,
            "stop": 874272862
        },
        {
            "start": 874273922,
            "stop": 874275422
        },
        {
            "start": 874277162,
            "stop": 874281510
        },
        {
            "start": 874281630,
            "stop": 874295070
        },
        {
            "start": 874295130,
            "stop": 874313427
        },
        {
            "start": 874318804,
            "stop": 874332450
        },
        {
            "start": 874332510,
            "stop": 874340679
        },
        {
            "start": 874341395,
            "stop": 874343851
        },
        {
            "start": 874343855,
            "stop": 874347305
        },
        {
            "start": 874349924,
            "stop": 874352746
        },
        {
            "start": 874353556,
            "stop": 874354130
        },
        {
            "start": 874354837,
            "stop": 874360657
        },
        {
            "start": 874363019,
            "stop": 874422021
        },
        {
            "start": 874422025,
            "stop": 874423453
        },
        {
            "start": 874423457,
            "stop": 874436878
        },
        {
            "start": 874438904,
            "stop": 874439910
        }
    ]
}