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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=229",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 230,
    "results": [
        {
            "start": 931729417,
            "stop": 931729429
        },
        {
            "start": 931729430,
            "stop": 931729432
        },
        {
            "start": 931729433,
            "stop": 931729435
        },
        {
            "start": 931729439,
            "stop": 931729440
        },
        {
            "start": 931729443,
            "stop": 931729446
        },
        {
            "start": 931729447,
            "stop": 931729454
        },
        {
            "start": 931729456,
            "stop": 931729514
        },
        {
            "start": 931729515,
            "stop": 931729529
        },
        {
            "start": 931729531,
            "stop": 931729574
        },
        {
            "start": 931729576,
            "stop": 931729612
        },
        {
            "start": 931729613,
            "stop": 931729725
        },
        {
            "start": 931729729,
            "stop": 931729853
        },
        {
            "start": 931729855,
            "stop": 931729862
        },
        {
            "start": 931729863,
            "stop": 931730006
        },
        {
            "start": 931730008,
            "stop": 931730010
        },
        {
            "start": 931730014,
            "stop": 931730032
        },
        {
            "start": 931730033,
            "stop": 931730078
        },
        {
            "start": 931730080,
            "stop": 931730096
        },
        {
            "start": 931730098,
            "stop": 931730105
        },
        {
            "start": 931730107,
            "stop": 931730117
        }
    ]
}