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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10211",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10212,
    "results": [
        {
            "start": 874091807,
            "stop": 874091862
        },
        {
            "start": 874091982,
            "stop": 874093258
        },
        {
            "start": 874093292,
            "stop": 874095118
        },
        {
            "start": 874095152,
            "stop": 874095301
        },
        {
            "start": 874095365,
            "stop": 874095759
        },
        {
            "start": 874095793,
            "stop": 874096200
        },
        {
            "start": 874096418,
            "stop": 874096482
        },
        {
            "start": 874096684,
            "stop": 874096787
        },
        {
            "start": 874096823,
            "stop": 874097091
        },
        {
            "start": 874097125,
            "stop": 874097478
        },
        {
            "start": 874097495,
            "stop": 874097533
        },
        {
            "start": 874097567,
            "stop": 874097696
        },
        {
            "start": 874097703,
            "stop": 874098061
        },
        {
            "start": 874098095,
            "stop": 874098369
        },
        {
            "start": 874098403,
            "stop": 874100889
        },
        {
            "start": 874100897,
            "stop": 874102824
        },
        {
            "start": 874102831,
            "stop": 874103573
        },
        {
            "start": 874103580,
            "stop": 874103632
        },
        {
            "start": 874106234,
            "stop": 874106666
        },
        {
            "start": 874106674,
            "stop": 874107515
        }
    ]
}