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=37
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=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=36",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 37,
    "results": [
        {
            "start": 821750776,
            "stop": 821750779
        },
        {
            "start": 821750893,
            "stop": 821754552
        },
        {
            "start": 821755693,
            "stop": 821757244
        },
        {
            "start": 821760530,
            "stop": 821767616
        },
        {
            "start": 821767678,
            "stop": 821767813
        },
        {
            "start": 821768263,
            "stop": 821776393
        },
        {
            "start": 821776401,
            "stop": 821776404
        },
        {
            "start": 821776524,
            "stop": 821780293
        },
        {
            "start": 821781726,
            "stop": 821783713
        },
        {
            "start": 821786944,
            "stop": 821788093
        },
        {
            "start": 821788096,
            "stop": 821788098
        },
        {
            "start": 821788774,
            "stop": 821788873
        },
        {
            "start": 821788881,
            "stop": 821788884
        },
        {
            "start": 821789017,
            "stop": 821789473
        },
        {
            "start": 821789514,
            "stop": 821789517
        },
        {
            "start": 821789533,
            "stop": 821789593
        },
        {
            "start": 821789625,
            "stop": 821789628
        },
        {
            "start": 821789722,
            "stop": 821790013
        },
        {
            "start": 821790029,
            "stop": 821790032
        },
        {
            "start": 821790113,
            "stop": 821790913
        }
    ]
}