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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5092",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5090",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5091,
    "results": [
        {
            "start": 874638264,
            "stop": 874638387
        },
        {
            "start": 874638397,
            "stop": 874638533
        },
        {
            "start": 874638540,
            "stop": 874638717
        },
        {
            "start": 874638724,
            "stop": 874638888
        },
        {
            "start": 874638895,
            "stop": 874638975
        },
        {
            "start": 874638982,
            "stop": 874638995
        },
        {
            "start": 874639002,
            "stop": 874639019
        },
        {
            "start": 874639028,
            "stop": 874639149
        },
        {
            "start": 874639156,
            "stop": 874639333
        },
        {
            "start": 874639344,
            "stop": 874639346
        },
        {
            "start": 874639353,
            "stop": 874639378
        },
        {
            "start": 874639386,
            "stop": 874639470
        },
        {
            "start": 874639477,
            "stop": 874639546
        },
        {
            "start": 874639553,
            "stop": 874639652
        },
        {
            "start": 874639659,
            "stop": 874639980
        },
        {
            "start": 874639987,
            "stop": 874640004
        },
        {
            "start": 874640011,
            "stop": 874640062
        },
        {
            "start": 874640070,
            "stop": 874640183
        },
        {
            "start": 874640190,
            "stop": 874640225
        },
        {
            "start": 874640236,
            "stop": 874640237
        }
    ]
}