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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=143",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 144,
    "results": [
        {
            "start": 821537452,
            "stop": 821537454
        },
        {
            "start": 821537458,
            "stop": 821537478
        },
        {
            "start": 821537481,
            "stop": 821537545
        },
        {
            "start": 821537548,
            "stop": 821537549
        },
        {
            "start": 821537552,
            "stop": 821537571
        },
        {
            "start": 821537574,
            "stop": 821537575
        },
        {
            "start": 821537578,
            "stop": 821537579
        },
        {
            "start": 821537586,
            "stop": 821537594
        },
        {
            "start": 821537602,
            "stop": 821537605
        },
        {
            "start": 821537608,
            "stop": 821537674
        },
        {
            "start": 821537677,
            "stop": 821537689
        },
        {
            "start": 821537694,
            "stop": 821537712
        },
        {
            "start": 821537715,
            "stop": 821537731
        },
        {
            "start": 821537734,
            "stop": 821537756
        },
        {
            "start": 821537759,
            "stop": 821537761
        },
        {
            "start": 821537767,
            "stop": 821537770
        },
        {
            "start": 821537774,
            "stop": 821537775
        },
        {
            "start": 821537780,
            "stop": 821537791
        },
        {
            "start": 821537794,
            "stop": 821537819
        },
        {
            "start": 821537822,
            "stop": 821537828
        }
    ]
}