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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=726",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=724",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 725,
    "results": [
        {
            "start": 952878431,
            "stop": 952878525
        },
        {
            "start": 952878531,
            "stop": 952881077
        },
        {
            "start": 952881083,
            "stop": 952881411
        },
        {
            "start": 952882181,
            "stop": 952882247
        },
        {
            "start": 952889271,
            "stop": 952890820
        },
        {
            "start": 952890867,
            "stop": 952890905
        },
        {
            "start": 952890911,
            "stop": 952896453
        },
        {
            "start": 952896459,
            "stop": 952898685
        },
        {
            "start": 952898691,
            "stop": 952899306
        },
        {
            "start": 952899312,
            "stop": 952900993
        },
        {
            "start": 952900999,
            "stop": 952901175
        },
        {
            "start": 952901181,
            "stop": 952902609
        },
        {
            "start": 952902614,
            "stop": 952903083
        },
        {
            "start": 952903089,
            "stop": 952903303
        },
        {
            "start": 952903309,
            "stop": 952904179
        },
        {
            "start": 952904184,
            "stop": 952905959
        },
        {
            "start": 952905964,
            "stop": 952906020
        },
        {
            "start": 952906026,
            "stop": 952907520
        },
        {
            "start": 952907526,
            "stop": 952907572
        },
        {
            "start": 952907577,
            "stop": 952908856
        }
    ]
}