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=44
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=45",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=43",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 44,
    "results": [
        {
            "start": 941683852,
            "stop": 941684172
        },
        {
            "start": 941685212,
            "stop": 941685896
        },
        {
            "start": 941686789,
            "stop": 941687032
        },
        {
            "start": 941692252,
            "stop": 941693999
        },
        {
            "start": 941698143,
            "stop": 941700130
        },
        {
            "start": 941701025,
            "stop": 941702186
        },
        {
            "start": 941703280,
            "stop": 941703314
        },
        {
            "start": 941703879,
            "stop": 941704122
        },
        {
            "start": 941707434,
            "stop": 941708839
        },
        {
            "start": 941710445,
            "stop": 941710690
        },
        {
            "start": 941711295,
            "stop": 941712366
        },
        {
            "start": 941713141,
            "stop": 941713608
        },
        {
            "start": 941714568,
            "stop": 941715744
        },
        {
            "start": 941719515,
            "stop": 941719766
        },
        {
            "start": 941731379,
            "stop": 941731508
        },
        {
            "start": 941774138,
            "stop": 941774304
        },
        {
            "start": 942190754,
            "stop": 942192282
        },
        {
            "start": 942192306,
            "stop": 942192637
        },
        {
            "start": 942194549,
            "stop": 942195461
        },
        {
            "start": 942196069,
            "stop": 942196375
        }
    ]
}