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=190
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=191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=189",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 190,
    "results": [
        {
            "start": 819986007,
            "stop": 819986057
        },
        {
            "start": 819986063,
            "stop": 819986073
        },
        {
            "start": 819986087,
            "stop": 819986096
        },
        {
            "start": 819986103,
            "stop": 819986120
        },
        {
            "start": 819995829,
            "stop": 819996191
        },
        {
            "start": 819996202,
            "stop": 819996346
        },
        {
            "start": 819996351,
            "stop": 819996611
        },
        {
            "start": 820011339,
            "stop": 820011404
        },
        {
            "start": 820014760,
            "stop": 820017596
        },
        {
            "start": 820017603,
            "stop": 820019639
        },
        {
            "start": 820021012,
            "stop": 820044021
        },
        {
            "start": 820044316,
            "stop": 820049849
        },
        {
            "start": 820054040,
            "stop": 820069115
        },
        {
            "start": 820069131,
            "stop": 820069148
        },
        {
            "start": 820069153,
            "stop": 820075765
        },
        {
            "start": 820075781,
            "stop": 820075785
        },
        {
            "start": 820077107,
            "stop": 820082362
        },
        {
            "start": 820082368,
            "stop": 820084477
        },
        {
            "start": 820084482,
            "stop": 820089840
        },
        {
            "start": 820089845,
            "stop": 820092339
        }
    ]
}