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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=326",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=324",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 325,
    "results": [
        {
            "start": 823029010,
            "stop": 823029170
        },
        {
            "start": 823029370,
            "stop": 823029464
        },
        {
            "start": 823030532,
            "stop": 823030680
        },
        {
            "start": 823030740,
            "stop": 823032290
        },
        {
            "start": 823032370,
            "stop": 823032426
        },
        {
            "start": 823034368,
            "stop": 823034810
        },
        {
            "start": 823034890,
            "stop": 823036250
        },
        {
            "start": 823036390,
            "stop": 823036680
        },
        {
            "start": 823036687,
            "stop": 823039610
        },
        {
            "start": 823039690,
            "stop": 823039970
        },
        {
            "start": 823040050,
            "stop": 823040289
        },
        {
            "start": 823040372,
            "stop": 823041470
        },
        {
            "start": 823041550,
            "stop": 823042029
        },
        {
            "start": 823042075,
            "stop": 823042250
        },
        {
            "start": 823042390,
            "stop": 823042550
        },
        {
            "start": 823042630,
            "stop": 823042730
        },
        {
            "start": 823042870,
            "stop": 823043870
        },
        {
            "start": 823044010,
            "stop": 823046323
        },
        {
            "start": 823046330,
            "stop": 823048693
        },
        {
            "start": 823048874,
            "stop": 823049330
        }
    ]
}