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=41
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=42",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=40",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 41,
    "results": [
        {
            "start": 941146721,
            "stop": 941147546
        },
        {
            "start": 941151583,
            "stop": 941154682
        },
        {
            "start": 941158945,
            "stop": 941159262
        },
        {
            "start": 941168464,
            "stop": 941168704
        },
        {
            "start": 941170898,
            "stop": 941171619
        },
        {
            "start": 941174905,
            "stop": 941175524
        },
        {
            "start": 941176219,
            "stop": 941176825
        },
        {
            "start": 941177918,
            "stop": 941178611
        },
        {
            "start": 941181338,
            "stop": 941182088
        },
        {
            "start": 941184795,
            "stop": 941184853
        },
        {
            "start": 941185960,
            "stop": 941186630
        },
        {
            "start": 941190420,
            "stop": 941191170
        },
        {
            "start": 941194337,
            "stop": 941195675
        },
        {
            "start": 941208903,
            "stop": 941209077
        },
        {
            "start": 941228771,
            "stop": 941228841
        },
        {
            "start": 941229740,
            "stop": 941229915
        },
        {
            "start": 941230719,
            "stop": 941230995
        },
        {
            "start": 941234953,
            "stop": 941235280
        },
        {
            "start": 941236492,
            "stop": 941237433
        },
        {
            "start": 941238232,
            "stop": 941238237
        }
    ]
}