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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=749",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=747",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 748,
    "results": [
        {
            "start": 873489220,
            "stop": 873489654
        },
        {
            "start": 873493535,
            "stop": 873499517
        },
        {
            "start": 873499660,
            "stop": 873499697
        },
        {
            "start": 873499725,
            "stop": 873499860
        },
        {
            "start": 873499874,
            "stop": 873499898
        },
        {
            "start": 873499912,
            "stop": 873500124
        },
        {
            "start": 873500138,
            "stop": 873506026
        },
        {
            "start": 873506052,
            "stop": 873506138
        },
        {
            "start": 873506152,
            "stop": 873506394
        },
        {
            "start": 873506408,
            "stop": 873506425
        },
        {
            "start": 873506439,
            "stop": 873506446
        },
        {
            "start": 873506504,
            "stop": 873506507
        },
        {
            "start": 873506566,
            "stop": 873506612
        },
        {
            "start": 873506697,
            "stop": 873506704
        },
        {
            "start": 873506903,
            "stop": 873506910
        },
        {
            "start": 873506968,
            "stop": 873506975
        },
        {
            "start": 873510910,
            "stop": 873515686
        },
        {
            "start": 873515715,
            "stop": 873515865
        },
        {
            "start": 873515879,
            "stop": 873515918
        },
        {
            "start": 873515959,
            "stop": 873515970
        }
    ]
}