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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5970",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5968",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5969,
    "results": [
        {
            "start": 873269872,
            "stop": 873270140
        },
        {
            "start": 873270142,
            "stop": 873270610
        },
        {
            "start": 873270611,
            "stop": 873271892
        },
        {
            "start": 873271893,
            "stop": 873272123
        },
        {
            "start": 873272124,
            "stop": 873273476
        },
        {
            "start": 873273477,
            "stop": 873273834
        },
        {
            "start": 873273835,
            "stop": 873274117
        },
        {
            "start": 873274118,
            "stop": 873274128
        },
        {
            "start": 873275265,
            "stop": 873276102
        },
        {
            "start": 873276103,
            "stop": 873276110
        },
        {
            "start": 873276111,
            "stop": 873276327
        },
        {
            "start": 873276328,
            "stop": 873276785
        },
        {
            "start": 873276786,
            "stop": 873276876
        },
        {
            "start": 873276879,
            "stop": 873276993
        },
        {
            "start": 873276996,
            "stop": 873277117
        },
        {
            "start": 873277121,
            "stop": 873277176
        },
        {
            "start": 873277179,
            "stop": 873277544
        },
        {
            "start": 873277547,
            "stop": 873277548
        },
        {
            "start": 873277551,
            "stop": 873277605
        },
        {
            "start": 873277608,
            "stop": 873277652
        }
    ]
}