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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=147",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 148,
    "results": [
        {
            "start": 841345067,
            "stop": 841380586
        },
        {
            "start": 841382074,
            "stop": 841386989
        },
        {
            "start": 841388188,
            "stop": 841405301
        },
        {
            "start": 841407399,
            "stop": 841411278
        },
        {
            "start": 841412207,
            "stop": 841412215
        },
        {
            "start": 841412393,
            "stop": 841415486
        },
        {
            "start": 841415537,
            "stop": 841466646
        },
        {
            "start": 841467823,
            "stop": 841473558
        },
        {
            "start": 841474440,
            "stop": 841490913
        },
        {
            "start": 841494653,
            "stop": 841495613
        },
        {
            "start": 841495706,
            "stop": 841495812
        },
        {
            "start": 841496502,
            "stop": 841496975
        },
        {
            "start": 841500067,
            "stop": 841500274
        },
        {
            "start": 841543008,
            "stop": 841546131
        },
        {
            "start": 841546267,
            "stop": 841556292
        },
        {
            "start": 841559924,
            "stop": 841573666
        },
        {
            "start": 841574734,
            "stop": 841577639
        },
        {
            "start": 841623666,
            "stop": 841623717
        },
        {
            "start": 841624755,
            "stop": 841625528
        },
        {
            "start": 841625699,
            "stop": 841625995
        }
    ]
}