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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4243",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4244,
    "results": [
        {
            "start": 874565599,
            "stop": 874565700
        },
        {
            "start": 874565880,
            "stop": 874565927
        },
        {
            "start": 874566000,
            "stop": 874566011
        },
        {
            "start": 874566039,
            "stop": 874566073
        },
        {
            "start": 874566092,
            "stop": 874566120
        },
        {
            "start": 874566180,
            "stop": 874566240
        },
        {
            "start": 874566361,
            "stop": 874566374
        },
        {
            "start": 874566416,
            "stop": 874566420
        },
        {
            "start": 874566480,
            "stop": 874566486
        },
        {
            "start": 874566505,
            "stop": 874566519
        },
        {
            "start": 874566720,
            "stop": 874566804
        },
        {
            "start": 874566823,
            "stop": 874566840
        },
        {
            "start": 874566916,
            "stop": 874566953
        },
        {
            "start": 874566972,
            "stop": 874566996
        },
        {
            "start": 874567015,
            "stop": 874567077
        },
        {
            "start": 874567200,
            "stop": 874567208
        },
        {
            "start": 874567239,
            "stop": 874567266
        },
        {
            "start": 874567285,
            "stop": 874567288
        },
        {
            "start": 874567322,
            "stop": 874567339
        },
        {
            "start": 874567358,
            "stop": 874567367
        }
    ]
}