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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=334",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=332",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 333,
    "results": [
        {
            "start": 821546900,
            "stop": 821547008
        },
        {
            "start": 821547011,
            "stop": 821547141
        },
        {
            "start": 821547145,
            "stop": 821547329
        },
        {
            "start": 821547332,
            "stop": 821547447
        },
        {
            "start": 821547451,
            "stop": 821547472
        },
        {
            "start": 821547476,
            "stop": 821547582
        },
        {
            "start": 821547702,
            "stop": 821547745
        },
        {
            "start": 821547748,
            "stop": 821548196
        },
        {
            "start": 821548199,
            "stop": 821548274
        },
        {
            "start": 821548277,
            "stop": 821548515
        },
        {
            "start": 821548518,
            "stop": 821548589
        },
        {
            "start": 821563195,
            "stop": 821563200
        },
        {
            "start": 821563260,
            "stop": 821563313
        },
        {
            "start": 821563316,
            "stop": 821563478
        },
        {
            "start": 821563482,
            "stop": 821563553
        },
        {
            "start": 821563556,
            "stop": 821563695
        },
        {
            "start": 821563698,
            "stop": 821563808
        },
        {
            "start": 821563812,
            "stop": 821563814
        },
        {
            "start": 821563817,
            "stop": 821563852
        },
        {
            "start": 821563855,
            "stop": 821563944
        }
    ]
}