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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=244",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 245,
    "results": [
        {
            "start": 852497743,
            "stop": 852498014
        },
        {
            "start": 852498314,
            "stop": 852498658
        },
        {
            "start": 852498689,
            "stop": 852500213
        },
        {
            "start": 852500233,
            "stop": 852500291
        },
        {
            "start": 852500329,
            "stop": 852501177
        },
        {
            "start": 852501214,
            "stop": 852501486
        },
        {
            "start": 852501506,
            "stop": 852502329
        },
        {
            "start": 852502629,
            "stop": 852503840
        },
        {
            "start": 852504322,
            "stop": 852504336
        },
        {
            "start": 852504446,
            "stop": 852505395
        },
        {
            "start": 852505425,
            "stop": 852505544
        },
        {
            "start": 852505593,
            "stop": 852505634
        },
        {
            "start": 852505656,
            "stop": 852505893
        },
        {
            "start": 852506193,
            "stop": 852506277
        },
        {
            "start": 852506387,
            "stop": 852506542
        },
        {
            "start": 852506842,
            "stop": 852507509
        },
        {
            "start": 852507855,
            "stop": 852507884
        },
        {
            "start": 852507994,
            "stop": 852508068
        },
        {
            "start": 852508368,
            "stop": 852508951
        },
        {
            "start": 852509251,
            "stop": 852520564
        }
    ]
}