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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5873",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5871",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5872,
    "results": [
        {
            "start": 874790045,
            "stop": 874790067
        },
        {
            "start": 874790070,
            "stop": 874790081
        },
        {
            "start": 874790084,
            "stop": 874790090
        },
        {
            "start": 874790095,
            "stop": 874790134
        },
        {
            "start": 874790137,
            "stop": 874790143
        },
        {
            "start": 874790146,
            "stop": 874790149
        },
        {
            "start": 874790152,
            "stop": 874790317
        },
        {
            "start": 874790320,
            "stop": 874790322
        },
        {
            "start": 874790325,
            "stop": 874790349
        },
        {
            "start": 874790352,
            "stop": 874790378
        },
        {
            "start": 874790382,
            "stop": 874790475
        },
        {
            "start": 874790478,
            "stop": 874790504
        },
        {
            "start": 874790507,
            "stop": 874790564
        },
        {
            "start": 874790567,
            "stop": 874790583
        },
        {
            "start": 874790587,
            "stop": 874790692
        },
        {
            "start": 874790695,
            "stop": 874790723
        },
        {
            "start": 874790726,
            "stop": 874790746
        },
        {
            "start": 874790749,
            "stop": 874790824
        },
        {
            "start": 874790828,
            "stop": 874790867
        },
        {
            "start": 874790871,
            "stop": 874790887
        }
    ]
}