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_CW_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_CW_CAT1/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=28",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 29,
    "results": [
        {
            "start": 821022973,
            "stop": 821023153
        },
        {
            "start": 821023979,
            "stop": 821024463
        },
        {
            "start": 821038610,
            "stop": 821039102
        },
        {
            "start": 821045193,
            "stop": 821045209
        },
        {
            "start": 821046394,
            "stop": 821050487
        },
        {
            "start": 821051514,
            "stop": 821053093
        },
        {
            "start": 821056194,
            "stop": 821066894
        },
        {
            "start": 821066998,
            "stop": 821089513
        },
        {
            "start": 821089526,
            "stop": 821089528
        },
        {
            "start": 821090536,
            "stop": 821106373
        },
        {
            "start": 821107284,
            "stop": 821109122
        },
        {
            "start": 821109622,
            "stop": 821109796
        },
        {
            "start": 821109913,
            "stop": 821110813
        },
        {
            "start": 821111588,
            "stop": 821112306
        },
        {
            "start": 821112604,
            "stop": 821112733
        },
        {
            "start": 821112778,
            "stop": 821112780
        },
        {
            "start": 821122937,
            "stop": 821123113
        },
        {
            "start": 821123841,
            "stop": 821127253
        },
        {
            "start": 821127267,
            "stop": 821127270
        },
        {
            "start": 821127617,
            "stop": 821127901
        }
    ]
}