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=3625
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=3626",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3624",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3625,
    "results": [
        {
            "start": 872241813,
            "stop": 872242484
        },
        {
            "start": 872244259,
            "stop": 872244738
        },
        {
            "start": 872244755,
            "stop": 872245461
        },
        {
            "start": 872245478,
            "stop": 872246684
        },
        {
            "start": 872246865,
            "stop": 872246987
        },
        {
            "start": 872247004,
            "stop": 872247095
        },
        {
            "start": 872247112,
            "stop": 872247979
        },
        {
            "start": 872247996,
            "stop": 872248096
        },
        {
            "start": 872248113,
            "stop": 872248139
        },
        {
            "start": 872248156,
            "stop": 872248207
        },
        {
            "start": 872248225,
            "stop": 872248899
        },
        {
            "start": 872248916,
            "stop": 872249003
        },
        {
            "start": 872249020,
            "stop": 872251620
        },
        {
            "start": 872251680,
            "stop": 872252314
        },
        {
            "start": 872252331,
            "stop": 872254953
        },
        {
            "start": 872254970,
            "stop": 872255417
        },
        {
            "start": 872255438,
            "stop": 872255452
        },
        {
            "start": 872255520,
            "stop": 872255662
        },
        {
            "start": 872255681,
            "stop": 872256120
        },
        {
            "start": 872256360,
            "stop": 872256508
        }
    ]
}