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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=36",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 37,
    "results": [
        {
            "start": 1184616815,
            "stop": 1184626627
        },
        {
            "start": 1184637929,
            "stop": 1184702340
        },
        {
            "start": 1184720647,
            "stop": 1184723915
        },
        {
            "start": 1184723977,
            "stop": 1184735682
        },
        {
            "start": 1184738830,
            "stop": 1184753291
        },
        {
            "start": 1184753353,
            "stop": 1184754251
        },
        {
            "start": 1184754313,
            "stop": 1184755095
        },
        {
            "start": 1184764852,
            "stop": 1184765153
        },
        {
            "start": 1184765395,
            "stop": 1184765453
        },
        {
            "start": 1184765755,
            "stop": 1184765813
        },
        {
            "start": 1184766295,
            "stop": 1184766593
        },
        {
            "start": 1184766955,
            "stop": 1184767133
        },
        {
            "start": 1184767435,
            "stop": 1184767613
        },
        {
            "start": 1184767675,
            "stop": 1184776060
        },
        {
            "start": 1184776736,
            "stop": 1184785821
        },
        {
            "start": 1184785865,
            "stop": 1184785884
        },
        {
            "start": 1184786321,
            "stop": 1184812365
        },
        {
            "start": 1184843192,
            "stop": 1184854322
        },
        {
            "start": 1184857171,
            "stop": 1184864855
        },
        {
            "start": 1184867935,
            "stop": 1184926573
        }
    ]
}