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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9025",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9023",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9024,
    "results": [
        {
            "start": 874135368,
            "stop": 874135401
        },
        {
            "start": 874135418,
            "stop": 874135470
        },
        {
            "start": 874137210,
            "stop": 874137244
        },
        {
            "start": 874137275,
            "stop": 874137695
        },
        {
            "start": 874137714,
            "stop": 874137947
        },
        {
            "start": 874137986,
            "stop": 874137994
        },
        {
            "start": 874138013,
            "stop": 874138066
        },
        {
            "start": 874138085,
            "stop": 874138289
        },
        {
            "start": 874138309,
            "stop": 874138355
        },
        {
            "start": 874138399,
            "stop": 874139121
        },
        {
            "start": 874139140,
            "stop": 874139169
        },
        {
            "start": 874139188,
            "stop": 874139901
        },
        {
            "start": 874139954,
            "stop": 874140073
        },
        {
            "start": 874140105,
            "stop": 874140458
        },
        {
            "start": 874140477,
            "stop": 874140505
        },
        {
            "start": 874140522,
            "stop": 874141138
        },
        {
            "start": 874141160,
            "stop": 874141272
        },
        {
            "start": 874141291,
            "stop": 874141460
        },
        {
            "start": 874141480,
            "stop": 874141693
        },
        {
            "start": 874141712,
            "stop": 874142400
        }
    ]
}