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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4981",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4979",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4980,
    "results": [
        {
            "start": 874507701,
            "stop": 874507732
        },
        {
            "start": 874507741,
            "stop": 874507850
        },
        {
            "start": 874507857,
            "stop": 874507930
        },
        {
            "start": 874507942,
            "stop": 874508004
        },
        {
            "start": 874508011,
            "stop": 874508038
        },
        {
            "start": 874508047,
            "stop": 874508070
        },
        {
            "start": 874508077,
            "stop": 874508123
        },
        {
            "start": 874508130,
            "stop": 874508135
        },
        {
            "start": 874508154,
            "stop": 874508186
        },
        {
            "start": 874508195,
            "stop": 874508202
        },
        {
            "start": 874508210,
            "stop": 874508262
        },
        {
            "start": 874508269,
            "stop": 874508320
        },
        {
            "start": 874508331,
            "stop": 874508340
        },
        {
            "start": 874508347,
            "stop": 874508353
        },
        {
            "start": 874508360,
            "stop": 874508417
        },
        {
            "start": 874508430,
            "stop": 874508441
        },
        {
            "start": 874508448,
            "stop": 874508453
        },
        {
            "start": 874508460,
            "stop": 874508470
        },
        {
            "start": 874508477,
            "stop": 874508487
        },
        {
            "start": 874508494,
            "stop": 874508605
        }
    ]
}