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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=166",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 167,
    "results": [
        {
            "start": 931466469,
            "stop": 931466496
        },
        {
            "start": 931466498,
            "stop": 931466503
        },
        {
            "start": 931466504,
            "stop": 931466536
        },
        {
            "start": 931466537,
            "stop": 931466561
        },
        {
            "start": 931466563,
            "stop": 931466604
        },
        {
            "start": 931466606,
            "stop": 931466609
        },
        {
            "start": 931466610,
            "stop": 931466648
        },
        {
            "start": 931466650,
            "stop": 931466651
        },
        {
            "start": 931466653,
            "stop": 931466682
        },
        {
            "start": 931466684,
            "stop": 931466718
        },
        {
            "start": 931466721,
            "stop": 931466734
        },
        {
            "start": 931466736,
            "stop": 931466768
        },
        {
            "start": 931466772,
            "stop": 931466810
        },
        {
            "start": 931466812,
            "stop": 931466820
        },
        {
            "start": 931466822,
            "stop": 931466876
        },
        {
            "start": 931466878,
            "stop": 931466893
        },
        {
            "start": 931466895,
            "stop": 931466975
        },
        {
            "start": 931466978,
            "stop": 931467035
        },
        {
            "start": 931467037,
            "stop": 931467079
        },
        {
            "start": 931467081,
            "stop": 931467091
        }
    ]
}