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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=28",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 29,
    "results": [
        {
            "start": 821376996,
            "stop": 821377844
        },
        {
            "start": 821378331,
            "stop": 821378702
        },
        {
            "start": 821378890,
            "stop": 821381796
        },
        {
            "start": 821382028,
            "stop": 821382216
        },
        {
            "start": 821382274,
            "stop": 821383342
        },
        {
            "start": 821383472,
            "stop": 821384443
        },
        {
            "start": 821384783,
            "stop": 821388822
        },
        {
            "start": 821388900,
            "stop": 821393615
        },
        {
            "start": 821395306,
            "stop": 821416049
        },
        {
            "start": 821416355,
            "stop": 821433111
        },
        {
            "start": 821433648,
            "stop": 821445377
        },
        {
            "start": 821448137,
            "stop": 821450200
        },
        {
            "start": 821450679,
            "stop": 821458514
        },
        {
            "start": 821460498,
            "stop": 821460762
        },
        {
            "start": 821462036,
            "stop": 821467495
        },
        {
            "start": 821468555,
            "stop": 821469037
        },
        {
            "start": 821471011,
            "stop": 821471452
        },
        {
            "start": 821471554,
            "stop": 821471760
        },
        {
            "start": 821475167,
            "stop": 821475245
        },
        {
            "start": 821475511,
            "stop": 821475581
        }
    ]
}