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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2349",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2347",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2348,
    "results": [
        {
            "start": 874626230,
            "stop": 874630927
        },
        {
            "start": 874630946,
            "stop": 874632810
        },
        {
            "start": 874632831,
            "stop": 874632876
        },
        {
            "start": 874632895,
            "stop": 874633385
        },
        {
            "start": 874633404,
            "stop": 874635018
        },
        {
            "start": 874635051,
            "stop": 874635196
        },
        {
            "start": 874635242,
            "stop": 874635449
        },
        {
            "start": 874635472,
            "stop": 874635579
        },
        {
            "start": 874635605,
            "stop": 874635632
        },
        {
            "start": 874635713,
            "stop": 874635726
        },
        {
            "start": 874635756,
            "stop": 874635909
        },
        {
            "start": 874635928,
            "stop": 874636328
        },
        {
            "start": 874636353,
            "stop": 874636385
        },
        {
            "start": 874636452,
            "stop": 874636477
        },
        {
            "start": 874636497,
            "stop": 874636523
        },
        {
            "start": 874636542,
            "stop": 874636629
        },
        {
            "start": 874636666,
            "stop": 874636762
        },
        {
            "start": 874636781,
            "stop": 874637020
        },
        {
            "start": 874637039,
            "stop": 874637536
        },
        {
            "start": 874637555,
            "stop": 874638015
        }
    ]
}