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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=358",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=356",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 357,
    "results": [
        {
            "start": 821326318,
            "stop": 821326325
        },
        {
            "start": 821326328,
            "stop": 821326431
        },
        {
            "start": 821326437,
            "stop": 821326896
        },
        {
            "start": 821326900,
            "stop": 821327001
        },
        {
            "start": 821327004,
            "stop": 821327148
        },
        {
            "start": 821327152,
            "stop": 821327251
        },
        {
            "start": 821327254,
            "stop": 821327326
        },
        {
            "start": 821327329,
            "stop": 821327415
        },
        {
            "start": 821327432,
            "stop": 821327489
        },
        {
            "start": 821327492,
            "stop": 821327720
        },
        {
            "start": 821327730,
            "stop": 821328127
        },
        {
            "start": 821328130,
            "stop": 821328308
        },
        {
            "start": 821328311,
            "stop": 821328723
        },
        {
            "start": 821328726,
            "stop": 821328845
        },
        {
            "start": 821328848,
            "stop": 821328948
        },
        {
            "start": 821328951,
            "stop": 821328963
        },
        {
            "start": 821329083,
            "stop": 821329226
        },
        {
            "start": 821329229,
            "stop": 821329620
        },
        {
            "start": 821329623,
            "stop": 821329652
        },
        {
            "start": 821329655,
            "stop": 821329953
        }
    ]
}