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/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=268
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=269",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=267",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 268,
    "results": [
        {
            "start": 821714714,
            "stop": 821714769
        },
        {
            "start": 821714784,
            "stop": 821714792
        },
        {
            "start": 821714798,
            "stop": 821714865
        },
        {
            "start": 821714870,
            "stop": 821714902
        },
        {
            "start": 821714960,
            "stop": 821714965
        },
        {
            "start": 821715019,
            "stop": 821715061
        },
        {
            "start": 821715066,
            "stop": 821715085
        },
        {
            "start": 821715096,
            "stop": 821715182
        },
        {
            "start": 821715187,
            "stop": 821715201
        },
        {
            "start": 821715206,
            "stop": 821715232
        },
        {
            "start": 821715298,
            "stop": 821715329
        },
        {
            "start": 821715334,
            "stop": 821715421
        },
        {
            "start": 821715428,
            "stop": 821715477
        },
        {
            "start": 821715487,
            "stop": 821715537
        },
        {
            "start": 821715542,
            "stop": 821715588
        },
        {
            "start": 821715595,
            "stop": 821715723
        },
        {
            "start": 821715733,
            "stop": 821715765
        },
        {
            "start": 821715771,
            "stop": 821715779
        },
        {
            "start": 821715784,
            "stop": 821715930
        },
        {
            "start": 821715935,
            "stop": 821716172
        }
    ]
}