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=620
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=621",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=619",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 620,
    "results": [
        {
            "start": 828992831,
            "stop": 828992838
        },
        {
            "start": 828992868,
            "stop": 828992881
        },
        {
            "start": 828992900,
            "stop": 828992918
        },
        {
            "start": 828992937,
            "stop": 828992939
        },
        {
            "start": 828992968,
            "stop": 828992970
        },
        {
            "start": 828993067,
            "stop": 828993076
        },
        {
            "start": 828993150,
            "stop": 828993166
        },
        {
            "start": 828993185,
            "stop": 828993187
        },
        {
            "start": 828993234,
            "stop": 828993240
        },
        {
            "start": 828993266,
            "stop": 828993268
        },
        {
            "start": 828993296,
            "stop": 828993305
        },
        {
            "start": 828993352,
            "stop": 828993357
        },
        {
            "start": 828993438,
            "stop": 828993445
        },
        {
            "start": 828993503,
            "stop": 828993771
        },
        {
            "start": 828993900,
            "stop": 828994322
        },
        {
            "start": 828994325,
            "stop": 828994333
        },
        {
            "start": 828994338,
            "stop": 828994350
        },
        {
            "start": 828994460,
            "stop": 828994728
        },
        {
            "start": 829027287,
            "stop": 829029470
        },
        {
            "start": 829029473,
            "stop": 829029626
        }
    ]
}