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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=282",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 283,
    "results": [
        {
            "start": 866835972,
            "stop": 866835984
        },
        {
            "start": 866835987,
            "stop": 866836000
        },
        {
            "start": 866836004,
            "stop": 866836013
        },
        {
            "start": 866836016,
            "stop": 866836025
        },
        {
            "start": 866836028,
            "stop": 866836031
        },
        {
            "start": 866836035,
            "stop": 866836066
        },
        {
            "start": 866836069,
            "stop": 866836080
        },
        {
            "start": 866836083,
            "stop": 866836109
        },
        {
            "start": 866856829,
            "stop": 866858070
        },
        {
            "start": 866858199,
            "stop": 866862224
        },
        {
            "start": 866867823,
            "stop": 866874839
        },
        {
            "start": 866874899,
            "stop": 866904709
        },
        {
            "start": 867040663,
            "stop": 867056176
        },
        {
            "start": 867057819,
            "stop": 867075812
        },
        {
            "start": 867117599,
            "stop": 867117623
        },
        {
            "start": 867117626,
            "stop": 867119999
        },
        {
            "start": 867123754,
            "stop": 867143094
        },
        {
            "start": 867144836,
            "stop": 867171831
        },
        {
            "start": 867181270,
            "stop": 867191110
        },
        {
            "start": 867193986,
            "stop": 867202508
        }
    ]
}