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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=28",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 29,
    "results": [
        {
            "start": 816783774,
            "stop": 816783780
        },
        {
            "start": 816783788,
            "stop": 816783789
        },
        {
            "start": 816783792,
            "stop": 816783805
        },
        {
            "start": 816783813,
            "stop": 816783816
        },
        {
            "start": 816783819,
            "stop": 816783824
        },
        {
            "start": 816790398,
            "stop": 816790581
        },
        {
            "start": 816790586,
            "stop": 816790593
        },
        {
            "start": 816790600,
            "stop": 816790606
        },
        {
            "start": 816790609,
            "stop": 816790654
        },
        {
            "start": 816790657,
            "stop": 816791210
        },
        {
            "start": 816791213,
            "stop": 816791265
        },
        {
            "start": 816791269,
            "stop": 816791349
        },
        {
            "start": 816791354,
            "stop": 816791469
        },
        {
            "start": 816791472,
            "stop": 816791806
        },
        {
            "start": 816791809,
            "stop": 816791944
        },
        {
            "start": 816791948,
            "stop": 816791950
        },
        {
            "start": 816791954,
            "stop": 816792132
        },
        {
            "start": 816821542,
            "stop": 816821564
        },
        {
            "start": 816825524,
            "stop": 816825704
        },
        {
            "start": 816825706,
            "stop": 816825849
        }
    ]
}