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=368
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=369",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=367",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 368,
    "results": [
        {
            "start": 872570017,
            "stop": 872575211
        },
        {
            "start": 872576504,
            "stop": 872580700
        },
        {
            "start": 872582833,
            "stop": 872583482
        },
        {
            "start": 872584877,
            "stop": 872587087
        },
        {
            "start": 872588945,
            "stop": 872591179
        },
        {
            "start": 872591286,
            "stop": 872598198
        },
        {
            "start": 872598379,
            "stop": 872600473
        },
        {
            "start": 872601956,
            "stop": 872603197
        },
        {
            "start": 872603234,
            "stop": 872603787
        },
        {
            "start": 872604594,
            "stop": 872606778
        },
        {
            "start": 872608633,
            "stop": 872609534
        },
        {
            "start": 872609645,
            "stop": 872610558
        },
        {
            "start": 872637466,
            "stop": 872638280
        },
        {
            "start": 872638550,
            "stop": 872643150
        },
        {
            "start": 872644542,
            "stop": 872648054
        },
        {
            "start": 872648643,
            "stop": 872648843
        },
        {
            "start": 872648940,
            "stop": 872657747
        },
        {
            "start": 872657976,
            "stop": 872668705
        },
        {
            "start": 872669760,
            "stop": 872683176
        },
        {
            "start": 872685154,
            "stop": 872691235
        }
    ]
}