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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=81",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 82,
    "results": [
        {
            "start": 816523995,
            "stop": 816525635
        },
        {
            "start": 816525639,
            "stop": 816525730
        },
        {
            "start": 816525734,
            "stop": 816526079
        },
        {
            "start": 816527115,
            "stop": 816527119
        },
        {
            "start": 816527122,
            "stop": 816527320
        },
        {
            "start": 816527324,
            "stop": 816527326
        },
        {
            "start": 816527329,
            "stop": 816527413
        },
        {
            "start": 816541120,
            "stop": 816541323
        },
        {
            "start": 816541329,
            "stop": 816541332
        },
        {
            "start": 816541338,
            "stop": 816541602
        },
        {
            "start": 816541608,
            "stop": 816542969
        },
        {
            "start": 816542980,
            "stop": 816545021
        },
        {
            "start": 816545025,
            "stop": 816545225
        },
        {
            "start": 816545231,
            "stop": 816547036
        },
        {
            "start": 816547039,
            "stop": 816547542
        },
        {
            "start": 816547545,
            "stop": 816547616
        },
        {
            "start": 816547620,
            "stop": 816547624
        },
        {
            "start": 816547629,
            "stop": 816548134
        },
        {
            "start": 816548140,
            "stop": 816548579
        },
        {
            "start": 816548585,
            "stop": 816548833
        }
    ]
}