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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=17",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 18,
    "results": [
        {
            "start": 816236418,
            "stop": 816236433
        },
        {
            "start": 816236441,
            "stop": 816236456
        },
        {
            "start": 816236466,
            "stop": 816236516
        },
        {
            "start": 816236524,
            "stop": 816236540
        },
        {
            "start": 816236548,
            "stop": 816236555
        },
        {
            "start": 816236564,
            "stop": 816236578
        },
        {
            "start": 816258792,
            "stop": 816258873
        },
        {
            "start": 816258902,
            "stop": 816258930
        },
        {
            "start": 816258934,
            "stop": 816258977
        },
        {
            "start": 816258986,
            "stop": 816259008
        },
        {
            "start": 816259016,
            "stop": 816259153
        },
        {
            "start": 816260098,
            "stop": 816260107
        },
        {
            "start": 816260809,
            "stop": 816260959
        },
        {
            "start": 816260966,
            "stop": 816261001
        },
        {
            "start": 816261008,
            "stop": 816261063
        },
        {
            "start": 816261071,
            "stop": 816261108
        },
        {
            "start": 816261115,
            "stop": 816261502
        },
        {
            "start": 816261510,
            "stop": 816261730
        },
        {
            "start": 816261737,
            "stop": 816261761
        },
        {
            "start": 816261768,
            "stop": 816262054
        }
    ]
}