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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1877",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1875",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1876,
    "results": [
        {
            "start": 845419708,
            "stop": 845421384
        },
        {
            "start": 845435003,
            "stop": 845446606
        },
        {
            "start": 845446716,
            "stop": 845447033
        },
        {
            "start": 845448750,
            "stop": 845476770
        },
        {
            "start": 845477103,
            "stop": 845477301
        },
        {
            "start": 845477601,
            "stop": 845478586
        },
        {
            "start": 845478886,
            "stop": 845483875
        },
        {
            "start": 845484261,
            "stop": 845486782
        },
        {
            "start": 845486875,
            "stop": 845489437
        },
        {
            "start": 845489443,
            "stop": 845489460
        },
        {
            "start": 845489465,
            "stop": 845491762
        },
        {
            "start": 845491768,
            "stop": 845492592
        },
        {
            "start": 845492702,
            "stop": 845492952
        },
        {
            "start": 845493252,
            "stop": 845497635
        },
        {
            "start": 845497640,
            "stop": 845500175
        },
        {
            "start": 845500180,
            "stop": 845503699
        },
        {
            "start": 845510815,
            "stop": 845533118
        },
        {
            "start": 845533228,
            "stop": 845533259
        },
        {
            "start": 845533559,
            "stop": 845533593
        },
        {
            "start": 845534266,
            "stop": 845534340
        }
    ]
}