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=3649
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=3650",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3648",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3649,
    "results": [
        {
            "start": 872576040,
            "stop": 872576280
        },
        {
            "start": 872576340,
            "stop": 872576355
        },
        {
            "start": 872576372,
            "stop": 872576400
        },
        {
            "start": 872576520,
            "stop": 872576700
        },
        {
            "start": 872576820,
            "stop": 872577000
        },
        {
            "start": 872577120,
            "stop": 872577240
        },
        {
            "start": 872577300,
            "stop": 872577420
        },
        {
            "start": 872577480,
            "stop": 872577600
        },
        {
            "start": 872577660,
            "stop": 872577802
        },
        {
            "start": 872577819,
            "stop": 872577840
        },
        {
            "start": 872577960,
            "stop": 872581440
        },
        {
            "start": 872581500,
            "stop": 872582744
        },
        {
            "start": 872582925,
            "stop": 872587358
        },
        {
            "start": 872587377,
            "stop": 872591040
        },
        {
            "start": 872591114,
            "stop": 872594157
        },
        {
            "start": 872594174,
            "stop": 872595240
        },
        {
            "start": 872595360,
            "stop": 872597169
        },
        {
            "start": 872597186,
            "stop": 872599032
        },
        {
            "start": 872599049,
            "stop": 872600814
        },
        {
            "start": 872600831,
            "stop": 872600844
        }
    ]
}