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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=318",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=316",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 317,
    "results": [
        {
            "start": 862192096,
            "stop": 862192131
        },
        {
            "start": 862192134,
            "stop": 862192228
        },
        {
            "start": 862192236,
            "stop": 862192272
        },
        {
            "start": 862192276,
            "stop": 862192296
        },
        {
            "start": 862192300,
            "stop": 862192321
        },
        {
            "start": 862192325,
            "stop": 862192335
        },
        {
            "start": 862192344,
            "stop": 862192355
        },
        {
            "start": 862192359,
            "stop": 862192414
        },
        {
            "start": 862192418,
            "stop": 862192486
        },
        {
            "start": 862192500,
            "stop": 862192505
        },
        {
            "start": 862192509,
            "stop": 862192778
        },
        {
            "start": 862192782,
            "stop": 862192792
        },
        {
            "start": 862192796,
            "stop": 862192987
        },
        {
            "start": 862192990,
            "stop": 862193088
        },
        {
            "start": 862193091,
            "stop": 862193267
        },
        {
            "start": 862193271,
            "stop": 862193370
        },
        {
            "start": 862193379,
            "stop": 862195704
        },
        {
            "start": 862195707,
            "stop": 862196395
        },
        {
            "start": 862196398,
            "stop": 862196404
        },
        {
            "start": 862196408,
            "stop": 862196418
        }
    ]
}