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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=314",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=312",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 313,
    "results": [
        {
            "start": 822551561,
            "stop": 822551675
        },
        {
            "start": 822551678,
            "stop": 822551998
        },
        {
            "start": 822552002,
            "stop": 822552050
        },
        {
            "start": 822552054,
            "stop": 822552118
        },
        {
            "start": 822552121,
            "stop": 822552468
        },
        {
            "start": 822552472,
            "stop": 822553568
        },
        {
            "start": 822553571,
            "stop": 822553692
        },
        {
            "start": 822553695,
            "stop": 822553703
        },
        {
            "start": 822553706,
            "stop": 822553725
        },
        {
            "start": 822553728,
            "stop": 822553838
        },
        {
            "start": 822553842,
            "stop": 822554003
        },
        {
            "start": 822554006,
            "stop": 822554071
        },
        {
            "start": 822554371,
            "stop": 822554483
        },
        {
            "start": 822554486,
            "stop": 822554712
        },
        {
            "start": 822554715,
            "stop": 822555359
        },
        {
            "start": 822555525,
            "stop": 822555969
        },
        {
            "start": 822555973,
            "stop": 822555975
        },
        {
            "start": 822555978,
            "stop": 822556705
        },
        {
            "start": 822556708,
            "stop": 822556819
        },
        {
            "start": 822556822,
            "stop": 822557050
        }
    ]
}