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=9891
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=9892",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9890",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9891,
    "results": [
        {
            "start": 870873540,
            "stop": 870873554
        },
        {
            "start": 870873577,
            "stop": 870873584
        },
        {
            "start": 870873592,
            "stop": 870873600
        },
        {
            "start": 870877840,
            "stop": 870877853
        },
        {
            "start": 870878040,
            "stop": 870878087
        },
        {
            "start": 870878160,
            "stop": 870878201
        },
        {
            "start": 870878286,
            "stop": 870878339
        },
        {
            "start": 870878355,
            "stop": 870878391
        },
        {
            "start": 870878399,
            "stop": 870878464
        },
        {
            "start": 870878472,
            "stop": 870878481
        },
        {
            "start": 870878504,
            "stop": 870878536
        },
        {
            "start": 870878551,
            "stop": 870878568
        },
        {
            "start": 870878602,
            "stop": 870878649
        },
        {
            "start": 870878664,
            "stop": 870878717
        },
        {
            "start": 870878727,
            "stop": 870878734
        },
        {
            "start": 870878750,
            "stop": 870878799
        },
        {
            "start": 870878807,
            "stop": 870878858
        },
        {
            "start": 870879000,
            "stop": 870879027
        },
        {
            "start": 870879034,
            "stop": 870879061
        },
        {
            "start": 870879143,
            "stop": 870879200
        }
    ]
}