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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=24",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 25,
    "results": [
        {
            "start": 817553536,
            "stop": 817553594
        },
        {
            "start": 817553598,
            "stop": 817553614
        },
        {
            "start": 817553618,
            "stop": 817553624
        },
        {
            "start": 817553667,
            "stop": 817553688
        },
        {
            "start": 817553692,
            "stop": 817553732
        },
        {
            "start": 817553740,
            "stop": 817553751
        },
        {
            "start": 817553760,
            "stop": 817553813
        },
        {
            "start": 817553817,
            "stop": 817553823
        },
        {
            "start": 817553827,
            "stop": 817553833
        },
        {
            "start": 817553848,
            "stop": 817553945
        },
        {
            "start": 817553973,
            "stop": 817553983
        },
        {
            "start": 817554016,
            "stop": 817554022
        },
        {
            "start": 817554026,
            "stop": 817554032
        },
        {
            "start": 817554050,
            "stop": 817554070
        },
        {
            "start": 817554083,
            "stop": 817554089
        },
        {
            "start": 817554108,
            "stop": 817554343
        },
        {
            "start": 817554366,
            "stop": 817554467
        },
        {
            "start": 817554481,
            "stop": 817554486
        },
        {
            "start": 817554495,
            "stop": 817554501
        },
        {
            "start": 817554505,
            "stop": 817554520
        }
    ]
}