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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=101",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 102,
    "results": [
        {
            "start": 819002203,
            "stop": 819017640
        },
        {
            "start": 819017700,
            "stop": 819026520
        },
        {
            "start": 819026580,
            "stop": 819027629
        },
        {
            "start": 819027633,
            "stop": 819028033
        },
        {
            "start": 819033769,
            "stop": 819035367
        },
        {
            "start": 819037255,
            "stop": 819037407
        },
        {
            "start": 819037732,
            "stop": 819037736
        },
        {
            "start": 819038049,
            "stop": 819040123
        },
        {
            "start": 819040304,
            "stop": 819041520
        },
        {
            "start": 819041580,
            "stop": 819042913
        },
        {
            "start": 819047054,
            "stop": 819047520
        },
        {
            "start": 819047580,
            "stop": 819048000
        },
        {
            "start": 819048060,
            "stop": 819048480
        },
        {
            "start": 819048540,
            "stop": 819048833
        },
        {
            "start": 819049472,
            "stop": 819049993
        },
        {
            "start": 819052128,
            "stop": 819052860
        },
        {
            "start": 819052920,
            "stop": 819053820
        },
        {
            "start": 819053880,
            "stop": 819053940
        },
        {
            "start": 819054000,
            "stop": 819054300
        },
        {
            "start": 819054360,
            "stop": 819054480
        }
    ]
}