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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=339",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=337",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 338,
    "results": [
        {
            "start": 857670530,
            "stop": 857670536
        },
        {
            "start": 857670540,
            "stop": 857670566
        },
        {
            "start": 857670574,
            "stop": 857671029
        },
        {
            "start": 857671033,
            "stop": 857671222
        },
        {
            "start": 857671236,
            "stop": 857671241
        },
        {
            "start": 857671245,
            "stop": 857671266
        },
        {
            "start": 857671269,
            "stop": 857671275
        },
        {
            "start": 857671293,
            "stop": 857671303
        },
        {
            "start": 857671307,
            "stop": 857671319
        },
        {
            "start": 857671327,
            "stop": 857671337
        },
        {
            "start": 857671341,
            "stop": 857671347
        },
        {
            "start": 857671350,
            "stop": 857671356
        },
        {
            "start": 857671361,
            "stop": 857671366
        },
        {
            "start": 857671375,
            "stop": 857671381
        },
        {
            "start": 857671394,
            "stop": 857671429
        },
        {
            "start": 857671433,
            "stop": 857671569
        },
        {
            "start": 857671573,
            "stop": 857671583
        },
        {
            "start": 857671587,
            "stop": 857671709
        },
        {
            "start": 857671712,
            "stop": 857671776
        },
        {
            "start": 857671780,
            "stop": 857672012
        }
    ]
}