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_H1L1/segments?format=api&page=178
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_H1L1/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=177",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 178,
    "results": [
        {
            "start": 825732214,
            "stop": 825732274
        },
        {
            "start": 825732636,
            "stop": 825732996
        },
        {
            "start": 825733299,
            "stop": 825733359
        },
        {
            "start": 825733608,
            "stop": 825733908
        },
        {
            "start": 825734077,
            "stop": 825734317
        },
        {
            "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
        },
        {
            "start": 825739267,
            "stop": 825739537
        },
        {
            "start": 825759879,
            "stop": 825759999
        },
        {
            "start": 825760169,
            "stop": 825760289
        },
        {
            "start": 825760471,
            "stop": 825760771
        },
        {
            "start": 825761019,
            "stop": 825761259
        },
        {
            "start": 825762489,
            "stop": 825762729
        }
    ]
}