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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=163",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 164,
    "results": [
        {
            "start": 932562829,
            "stop": 932562836
        },
        {
            "start": 932562839,
            "stop": 932562842
        },
        {
            "start": 932562846,
            "stop": 932562862
        },
        {
            "start": 932562863,
            "stop": 932562866
        },
        {
            "start": 932562867,
            "stop": 932562868
        },
        {
            "start": 932562870,
            "stop": 932562888
        },
        {
            "start": 932562891,
            "stop": 932562907
        },
        {
            "start": 932562911,
            "stop": 932562914
        },
        {
            "start": 932562915,
            "stop": 932562916
        },
        {
            "start": 932562917,
            "stop": 932562923
        },
        {
            "start": 932562925,
            "stop": 932562936
        },
        {
            "start": 932562938,
            "stop": 932562941
        },
        {
            "start": 932562943,
            "stop": 932562948
        },
        {
            "start": 932562950,
            "stop": 932562957
        },
        {
            "start": 932562958,
            "stop": 932562969
        },
        {
            "start": 932562974,
            "stop": 932562978
        },
        {
            "start": 932562980,
            "stop": 932562994
        },
        {
            "start": 932562996,
            "stop": 932562997
        },
        {
            "start": 932562999,
            "stop": 932563009
        },
        {
            "start": 932563011,
            "stop": 932563013
        }
    ]
}