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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=236",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=234",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 235,
    "results": [
        {
            "start": 933190573,
            "stop": 933190592
        },
        {
            "start": 933190597,
            "stop": 933190639
        },
        {
            "start": 933190659,
            "stop": 933190721
        },
        {
            "start": 933190740,
            "stop": 933190780
        },
        {
            "start": 933190814,
            "stop": 933190821
        },
        {
            "start": 933190840,
            "stop": 933190845
        },
        {
            "start": 933190864,
            "stop": 933191059
        },
        {
            "start": 933191064,
            "stop": 933191077
        },
        {
            "start": 933191109,
            "stop": 933191223
        },
        {
            "start": 933191228,
            "stop": 933191244
        },
        {
            "start": 933191249,
            "stop": 933191285
        },
        {
            "start": 933191290,
            "stop": 933191438
        },
        {
            "start": 933191470,
            "stop": 933191489
        },
        {
            "start": 933191494,
            "stop": 933191525
        },
        {
            "start": 933191557,
            "stop": 933191559
        },
        {
            "start": 933191578,
            "stop": 933191635
        },
        {
            "start": 933191703,
            "stop": 933191718
        },
        {
            "start": 933191738,
            "stop": 933191747
        },
        {
            "start": 933191767,
            "stop": 933191769
        },
        {
            "start": 933191828,
            "stop": 933191829
        }
    ]
}