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=1162
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=1163",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1161",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1162,
    "results": [
        {
            "start": 951359375,
            "stop": 951359406
        },
        {
            "start": 951359408,
            "stop": 951366573
        },
        {
            "start": 951366575,
            "stop": 951367272
        },
        {
            "start": 951367274,
            "stop": 951367337
        },
        {
            "start": 951368085,
            "stop": 951368703
        },
        {
            "start": 951368705,
            "stop": 951369946
        },
        {
            "start": 951369948,
            "stop": 951371217
        },
        {
            "start": 951372108,
            "stop": 951387898
        },
        {
            "start": 951387900,
            "stop": 951392756
        },
        {
            "start": 951400086,
            "stop": 951402449
        },
        {
            "start": 951402451,
            "stop": 951405344
        },
        {
            "start": 951405346,
            "stop": 951408762
        },
        {
            "start": 951409995,
            "stop": 951412543
        },
        {
            "start": 951417656,
            "stop": 951417763
        },
        {
            "start": 951417765,
            "stop": 951420010
        },
        {
            "start": 951420416,
            "stop": 951422208
        },
        {
            "start": 951423167,
            "stop": 951424303
        },
        {
            "start": 951424305,
            "stop": 951425136
        },
        {
            "start": 951425138,
            "stop": 951438641
        },
        {
            "start": 951438643,
            "stop": 951442744
        }
    ]
}