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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=161",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 162,
    "results": [
        {
            "start": 931423295,
            "stop": 931423353
        },
        {
            "start": 931423355,
            "stop": 931423361
        },
        {
            "start": 931423366,
            "stop": 931423367
        },
        {
            "start": 931423369,
            "stop": 931423371
        },
        {
            "start": 931423373,
            "stop": 931423376
        },
        {
            "start": 931423378,
            "stop": 931423399
        },
        {
            "start": 931423401,
            "stop": 931423430
        },
        {
            "start": 931423432,
            "stop": 931423475
        },
        {
            "start": 931423480,
            "stop": 931423481
        },
        {
            "start": 931423483,
            "stop": 931423485
        },
        {
            "start": 931423487,
            "stop": 931423535
        },
        {
            "start": 931423537,
            "stop": 931423542
        },
        {
            "start": 931423546,
            "stop": 931423582
        },
        {
            "start": 931423584,
            "stop": 931423610
        },
        {
            "start": 931423612,
            "stop": 931423617
        },
        {
            "start": 931423621,
            "stop": 931423623
        },
        {
            "start": 931423625,
            "stop": 931423630
        },
        {
            "start": 931423632,
            "stop": 931423660
        },
        {
            "start": 931423661,
            "stop": 931423675
        },
        {
            "start": 931423677,
            "stop": 931423706
        }
    ]
}