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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=12",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 13,
    "results": [
        {
            "start": 932993893,
            "stop": 932998608
        },
        {
            "start": 932999740,
            "stop": 933005680
        },
        {
            "start": 933006707,
            "stop": 933009216
        },
        {
            "start": 933012003,
            "stop": 933015034
        },
        {
            "start": 933015321,
            "stop": 933017982
        },
        {
            "start": 933028287,
            "stop": 933028732
        },
        {
            "start": 933029017,
            "stop": 933033813
        },
        {
            "start": 933034236,
            "stop": 933035185
        },
        {
            "start": 933035427,
            "stop": 933064993
        },
        {
            "start": 933067021,
            "stop": 933068717
        },
        {
            "start": 933069677,
            "stop": 933070286
        },
        {
            "start": 933070666,
            "stop": 933077920
        },
        {
            "start": 933083065,
            "stop": 933084071
        },
        {
            "start": 933085270,
            "stop": 933085699
        },
        {
            "start": 933086581,
            "stop": 933089779
        },
        {
            "start": 933093309,
            "stop": 933096890
        },
        {
            "start": 933098578,
            "stop": 933099847
        },
        {
            "start": 933104079,
            "stop": 933113961
        },
        {
            "start": 933114530,
            "stop": 933119763
        },
        {
            "start": 933120006,
            "stop": 933156842
        }
    ]
}