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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=190",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 191,
    "results": [
        {
            "start": 933015803,
            "stop": 933016526
        },
        {
            "start": 933016544,
            "stop": 933016545
        },
        {
            "start": 933016838,
            "stop": 933016888
        },
        {
            "start": 933016908,
            "stop": 933017213
        },
        {
            "start": 933017233,
            "stop": 933017561
        },
        {
            "start": 933017566,
            "stop": 933017828
        },
        {
            "start": 933017850,
            "stop": 933017863
        },
        {
            "start": 933017864,
            "stop": 933017982
        },
        {
            "start": 933028287,
            "stop": 933028512
        },
        {
            "start": 933028517,
            "stop": 933028597
        },
        {
            "start": 933028598,
            "stop": 933028732
        },
        {
            "start": 933029017,
            "stop": 933029042
        },
        {
            "start": 933029063,
            "stop": 933029227
        },
        {
            "start": 933029275,
            "stop": 933029313
        },
        {
            "start": 933029337,
            "stop": 933029386
        },
        {
            "start": 933029387,
            "stop": 933029524
        },
        {
            "start": 933029529,
            "stop": 933029607
        },
        {
            "start": 933029612,
            "stop": 933029913
        },
        {
            "start": 933029918,
            "stop": 933030040
        },
        {
            "start": 933030058,
            "stop": 933030724
        }
    ]
}