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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5043",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5041",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5042,
    "results": [
        {
            "start": 872679534,
            "stop": 872679563
        },
        {
            "start": 872679599,
            "stop": 872679955
        },
        {
            "start": 872679994,
            "stop": 872680003
        },
        {
            "start": 872680039,
            "stop": 872680689
        },
        {
            "start": 872680706,
            "stop": 872680829
        },
        {
            "start": 872680865,
            "stop": 872680932
        },
        {
            "start": 872680968,
            "stop": 872683038
        },
        {
            "start": 872683055,
            "stop": 872683086
        },
        {
            "start": 872685565,
            "stop": 872685569
        },
        {
            "start": 872685614,
            "stop": 872685651
        },
        {
            "start": 872685685,
            "stop": 872685715
        },
        {
            "start": 872685749,
            "stop": 872685939
        },
        {
            "start": 872685973,
            "stop": 872686892
        },
        {
            "start": 872686926,
            "stop": 872687739
        },
        {
            "start": 872687756,
            "stop": 872687838
        },
        {
            "start": 872687856,
            "stop": 872689627
        },
        {
            "start": 872689931,
            "stop": 872690337
        },
        {
            "start": 872690551,
            "stop": 872690860
        },
        {
            "start": 872690894,
            "stop": 872691227
        },
        {
            "start": 872691998,
            "stop": 872692877
        }
    ]
}