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=262
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=263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=261",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 262,
    "results": [
        {
            "start": 820501114,
            "stop": 820501519
        },
        {
            "start": 820501522,
            "stop": 820501974
        },
        {
            "start": 820502094,
            "stop": 820502123
        },
        {
            "start": 820502127,
            "stop": 820502130
        },
        {
            "start": 820502133,
            "stop": 820502703
        },
        {
            "start": 820502706,
            "stop": 820502741
        },
        {
            "start": 820502745,
            "stop": 820503100
        },
        {
            "start": 820503103,
            "stop": 820503164
        },
        {
            "start": 820503167,
            "stop": 820503703
        },
        {
            "start": 820503706,
            "stop": 820504049
        },
        {
            "start": 820504053,
            "stop": 820504491
        },
        {
            "start": 820504494,
            "stop": 820504914
        },
        {
            "start": 820504918,
            "stop": 820504986
        },
        {
            "start": 820504989,
            "stop": 820504992
        },
        {
            "start": 820504995,
            "stop": 820505112
        },
        {
            "start": 820505115,
            "stop": 820505391
        },
        {
            "start": 820505394,
            "stop": 820505442
        },
        {
            "start": 820505445,
            "stop": 820505571
        },
        {
            "start": 820505575,
            "stop": 820506004
        },
        {
            "start": 820506007,
            "stop": 820506460
        }
    ]
}