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=1351
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=1352",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1350",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1351,
    "results": [
        {
            "start": 965400579,
            "stop": 965401421
        },
        {
            "start": 965402358,
            "stop": 965405153
        },
        {
            "start": 965408657,
            "stop": 965415640
        },
        {
            "start": 965415641,
            "stop": 965415646
        },
        {
            "start": 965415647,
            "stop": 965415690
        },
        {
            "start": 965436172,
            "stop": 965437613
        },
        {
            "start": 965437614,
            "stop": 965441308
        },
        {
            "start": 965441309,
            "stop": 965441427
        },
        {
            "start": 965452204,
            "stop": 965454175
        },
        {
            "start": 965471115,
            "stop": 965473291
        },
        {
            "start": 965474825,
            "stop": 965476586
        },
        {
            "start": 965477258,
            "stop": 965484380
        },
        {
            "start": 965500613,
            "stop": 965505069
        },
        {
            "start": 965505070,
            "stop": 965505552
        },
        {
            "start": 965505553,
            "stop": 965506944
        },
        {
            "start": 965506945,
            "stop": 965511195
        },
        {
            "start": 965512682,
            "stop": 965516169
        },
        {
            "start": 965516171,
            "stop": 965520281
        },
        {
            "start": 965520733,
            "stop": 965526584
        },
        {
            "start": 965526585,
            "stop": 965530035
        }
    ]
}