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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1501",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1499",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1500,
    "results": [
        {
            "start": 866936117,
            "stop": 866936136
        },
        {
            "start": 866936211,
            "stop": 866936230
        },
        {
            "start": 866936261,
            "stop": 866936280
        },
        {
            "start": 866936393,
            "stop": 866936410
        },
        {
            "start": 866936427,
            "stop": 866936444
        },
        {
            "start": 866938637,
            "stop": 866939580
        },
        {
            "start": 866939845,
            "stop": 866958158
        },
        {
            "start": 866958975,
            "stop": 866990175
        },
        {
            "start": 866990179,
            "stop": 866999725
        },
        {
            "start": 867006565,
            "stop": 867016257
        },
        {
            "start": 867022019,
            "stop": 867022758
        },
        {
            "start": 867023974,
            "stop": 867025115
        },
        {
            "start": 867033933,
            "stop": 867035130
        },
        {
            "start": 867036496,
            "stop": 867036651
        },
        {
            "start": 867040121,
            "stop": 867056206
        },
        {
            "start": 867057277,
            "stop": 867082464
        },
        {
            "start": 867084495,
            "stop": 867089633
        },
        {
            "start": 867089637,
            "stop": 867091312
        },
        {
            "start": 867108957,
            "stop": 867110954
        },
        {
            "start": 867110957,
            "stop": 867120613
        }
    ]
}