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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=789",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=787",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 788,
    "results": [
        {
            "start": 957521370,
            "stop": 957521496
        },
        {
            "start": 957521502,
            "stop": 957521531
        },
        {
            "start": 957522548,
            "stop": 957522551
        },
        {
            "start": 957522584,
            "stop": 957522644
        },
        {
            "start": 957522650,
            "stop": 957522818
        },
        {
            "start": 957522824,
            "stop": 957522865
        },
        {
            "start": 957524970,
            "stop": 957525213
        },
        {
            "start": 957525219,
            "stop": 957525253
        },
        {
            "start": 957525259,
            "stop": 957525389
        },
        {
            "start": 957530142,
            "stop": 957530469
        },
        {
            "start": 957530475,
            "stop": 957532316
        },
        {
            "start": 957532322,
            "stop": 957535268
        },
        {
            "start": 957535274,
            "stop": 957535896
        },
        {
            "start": 957535902,
            "stop": 957538065
        },
        {
            "start": 957538070,
            "stop": 957538488
        },
        {
            "start": 957538493,
            "stop": 957538495
        },
        {
            "start": 957538727,
            "stop": 957540999
        },
        {
            "start": 957541005,
            "stop": 957542735
        },
        {
            "start": 957542741,
            "stop": 957547321
        },
        {
            "start": 957547327,
            "stop": 957547553
        }
    ]
}