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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8685",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8683",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8684,
    "results": [
        {
            "start": 871987649,
            "stop": 871992650
        },
        {
            "start": 871992730,
            "stop": 871995751
        },
        {
            "start": 871995911,
            "stop": 871998089
        },
        {
            "start": 871998106,
            "stop": 871998545
        },
        {
            "start": 871998579,
            "stop": 871998998
        },
        {
            "start": 871999015,
            "stop": 871999339
        },
        {
            "start": 871999356,
            "stop": 871999514
        },
        {
            "start": 871999771,
            "stop": 872000426
        },
        {
            "start": 872000462,
            "stop": 872002843
        },
        {
            "start": 872002963,
            "stop": 872003346
        },
        {
            "start": 872003466,
            "stop": 872005313
        },
        {
            "start": 872005330,
            "stop": 872006270
        },
        {
            "start": 872006410,
            "stop": 872006675
        },
        {
            "start": 872006795,
            "stop": 872007150
        },
        {
            "start": 872007270,
            "stop": 872008132
        },
        {
            "start": 872008168,
            "stop": 872008501
        },
        {
            "start": 872008518,
            "stop": 872008657
        },
        {
            "start": 872008674,
            "stop": 872008860
        },
        {
            "start": 872008920,
            "stop": 872009116
        },
        {
            "start": 872009133,
            "stop": 872009739
        }
    ]
}