Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=301
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=302",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=300",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 301,
    "results": [
        {
            "start": 872284766,
            "stop": 872287801
        },
        {
            "start": 872289672,
            "stop": 872325274
        },
        {
            "start": 872326125,
            "stop": 872343332
        },
        {
            "start": 872343877,
            "stop": 872344733
        },
        {
            "start": 872345458,
            "stop": 872346307
        },
        {
            "start": 872372360,
            "stop": 872372795
        },
        {
            "start": 872373244,
            "stop": 872375574
        },
        {
            "start": 872375774,
            "stop": 872410353
        },
        {
            "start": 872411684,
            "stop": 872423716
        },
        {
            "start": 872424889,
            "stop": 872427632
        },
        {
            "start": 872427690,
            "stop": 872427692
        },
        {
            "start": 872427700,
            "stop": 872431918
        },
        {
            "start": 872431994,
            "stop": 872434084
        },
        {
            "start": 872435279,
            "stop": 872435311
        },
        {
            "start": 872435504,
            "stop": 872436426
        },
        {
            "start": 872436833,
            "stop": 872446096
        },
        {
            "start": 872447639,
            "stop": 872448416
        },
        {
            "start": 872448609,
            "stop": 872452871
        },
        {
            "start": 872454941,
            "stop": 872458941
        },
        {
            "start": 872459346,
            "stop": 872464901
        }
    ]
}