Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=183
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=182",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 183,
    "results": [
        {
            "start": 825729343,
            "stop": 825729463
        },
        {
            "start": 825729997,
            "stop": 825730177
        },
        {
            "start": 825730357,
            "stop": 825730477
        },
        {
            "start": 825730704,
            "stop": 825730884
        },
        {
            "start": 825731286,
            "stop": 825732066
        },
        {
            "start": 825732214,
            "stop": 825732274
        },
        {
            "start": 825732636,
            "stop": 825732996
        },
        {
            "start": 825733299,
            "stop": 825733359
        },
        {
            "start": 825733608,
            "stop": 825733908
        },
        {
            "start": 825734077,
            "stop": 825734317
        },
        {
            "start": 825734930,
            "stop": 825734990
        },
        {
            "start": 825735155,
            "stop": 825735215
        },
        {
            "start": 825735510,
            "stop": 825735570
        },
        {
            "start": 825736428,
            "stop": 825736548
        },
        {
            "start": 825736780,
            "stop": 825736840
        },
        {
            "start": 825737130,
            "stop": 825737190
        },
        {
            "start": 825737520,
            "stop": 825737640
        },
        {
            "start": 825737905,
            "stop": 825738085
        },
        {
            "start": 825738388,
            "stop": 825738568
        },
        {
            "start": 825738926,
            "stop": 825739106
        }
    ]
}