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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1239",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1237",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1238,
    "results": [
        {
            "start": 957417635,
            "stop": 957417833
        },
        {
            "start": 957417835,
            "stop": 957418449
        },
        {
            "start": 957418451,
            "stop": 957419119
        },
        {
            "start": 957419121,
            "stop": 957419893
        },
        {
            "start": 957419895,
            "stop": 957421159
        },
        {
            "start": 957435574,
            "stop": 957438892
        },
        {
            "start": 957438893,
            "stop": 957439316
        },
        {
            "start": 957439318,
            "stop": 957441249
        },
        {
            "start": 957445564,
            "stop": 957449244
        },
        {
            "start": 957449246,
            "stop": 957449826
        },
        {
            "start": 957449827,
            "stop": 957450295
        },
        {
            "start": 957450297,
            "stop": 957450747
        },
        {
            "start": 957450749,
            "stop": 957451497
        },
        {
            "start": 957451499,
            "stop": 957453018
        },
        {
            "start": 957453020,
            "stop": 957453848
        },
        {
            "start": 957453850,
            "stop": 957454048
        },
        {
            "start": 957454050,
            "stop": 957454879
        },
        {
            "start": 957455243,
            "stop": 957456096
        },
        {
            "start": 957456098,
            "stop": 957456573
        },
        {
            "start": 957456575,
            "stop": 957456754
        }
    ]
}