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=462
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=463",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=461",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 462,
    "results": [
        {
            "start": 825963609,
            "stop": 825963644
        },
        {
            "start": 825963661,
            "stop": 825963822
        },
        {
            "start": 825963825,
            "stop": 825963837
        },
        {
            "start": 825963856,
            "stop": 825963860
        },
        {
            "start": 825963879,
            "stop": 825963882
        },
        {
            "start": 825963903,
            "stop": 825963939
        },
        {
            "start": 825963942,
            "stop": 825963984
        },
        {
            "start": 825963988,
            "stop": 825964062
        },
        {
            "start": 825964066,
            "stop": 825964525
        },
        {
            "start": 825964529,
            "stop": 825964737
        },
        {
            "start": 825964754,
            "stop": 825964871
        },
        {
            "start": 825964875,
            "stop": 825964884
        },
        {
            "start": 825964901,
            "stop": 825964947
        },
        {
            "start": 825964950,
            "stop": 825965294
        },
        {
            "start": 825965297,
            "stop": 825965458
        },
        {
            "start": 825965461,
            "stop": 825965549
        },
        {
            "start": 825965553,
            "stop": 825965584
        },
        {
            "start": 825965587,
            "stop": 825965597
        },
        {
            "start": 825965601,
            "stop": 825965640
        },
        {
            "start": 825965700,
            "stop": 825965783
        }
    ]
}