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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4617",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4615",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4616,
    "results": [
        {
            "start": 874202859,
            "stop": 874203013
        },
        {
            "start": 874203045,
            "stop": 874203098
        },
        {
            "start": 874203117,
            "stop": 874203160
        },
        {
            "start": 874203240,
            "stop": 874203252
        },
        {
            "start": 874203286,
            "stop": 874203309
        },
        {
            "start": 874203347,
            "stop": 874203451
        },
        {
            "start": 874203487,
            "stop": 874203493
        },
        {
            "start": 874203526,
            "stop": 874203529
        },
        {
            "start": 874203600,
            "stop": 874203667
        },
        {
            "start": 874203686,
            "stop": 874203697
        },
        {
            "start": 874203716,
            "stop": 874203765
        },
        {
            "start": 874203785,
            "stop": 874203814
        },
        {
            "start": 874203833,
            "stop": 874203924
        },
        {
            "start": 874203947,
            "stop": 874203983
        },
        {
            "start": 874204002,
            "stop": 874204031
        },
        {
            "start": 874204050,
            "stop": 874204153
        },
        {
            "start": 874204172,
            "stop": 874204203
        },
        {
            "start": 874204222,
            "stop": 874204248
        },
        {
            "start": 874204267,
            "stop": 874204269
        },
        {
            "start": 874204292,
            "stop": 874204354
        }
    ]
}