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=15
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=16",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=14",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 15,
    "results": [
        {
            "start": 816492672,
            "stop": 816498097
        },
        {
            "start": 816498100,
            "stop": 816500099
        },
        {
            "start": 816501988,
            "stop": 816503872
        },
        {
            "start": 816503904,
            "stop": 816526741
        },
        {
            "start": 816528561,
            "stop": 816539552
        },
        {
            "start": 816540032,
            "stop": 816540832
        },
        {
            "start": 816541312,
            "stop": 816541760
        },
        {
            "start": 816542240,
            "stop": 816545843
        },
        {
            "start": 816545845,
            "stop": 816548128
        },
        {
            "start": 816548608,
            "stop": 816548736
        },
        {
            "start": 816549216,
            "stop": 816549312
        },
        {
            "start": 816549760,
            "stop": 816550080
        },
        {
            "start": 816609952,
            "stop": 816611487
        },
        {
            "start": 816611489,
            "stop": 816612149
        },
        {
            "start": 816612152,
            "stop": 816613233
        },
        {
            "start": 816613236,
            "stop": 816623380
        },
        {
            "start": 816623384,
            "stop": 816623385
        },
        {
            "start": 816625182,
            "stop": 816630913
        },
        {
            "start": 816633049,
            "stop": 816634592
        },
        {
            "start": 816635008,
            "stop": 816638293
        }
    ]
}