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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=353",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=351",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 352,
    "results": [
        {
            "start": 824385362,
            "stop": 824387529
        },
        {
            "start": 824388832,
            "stop": 824389972
        },
        {
            "start": 824389977,
            "stop": 824390004
        },
        {
            "start": 824390009,
            "stop": 824390222
        },
        {
            "start": 824390229,
            "stop": 824390350
        },
        {
            "start": 824391647,
            "stop": 824394400
        },
        {
            "start": 824501513,
            "stop": 824503315
        },
        {
            "start": 824503320,
            "stop": 824503363
        },
        {
            "start": 824503368,
            "stop": 824503404
        },
        {
            "start": 824503409,
            "stop": 824505068
        },
        {
            "start": 824505755,
            "stop": 824505852
        },
        {
            "start": 824505875,
            "stop": 824505968
        },
        {
            "start": 824506151,
            "stop": 824506895
        },
        {
            "start": 824507598,
            "stop": 824511455
        },
        {
            "start": 824512386,
            "stop": 824535781
        },
        {
            "start": 824535787,
            "stop": 824539701
        },
        {
            "start": 824539707,
            "stop": 824543550
        },
        {
            "start": 824546161,
            "stop": 824552060
        },
        {
            "start": 824552066,
            "stop": 824558631
        },
        {
            "start": 824559636,
            "stop": 824561613
        }
    ]
}