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=9975
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=9976",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9974",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9975,
    "results": [
        {
            "start": 871945080,
            "stop": 871945320
        },
        {
            "start": 871945440,
            "stop": 871945500
        },
        {
            "start": 871945560,
            "stop": 871945800
        },
        {
            "start": 871945980,
            "stop": 871946280
        },
        {
            "start": 871946340,
            "stop": 871946460
        },
        {
            "start": 871946520,
            "stop": 871947000
        },
        {
            "start": 871947060,
            "stop": 871947120
        },
        {
            "start": 871947180,
            "stop": 871947308
        },
        {
            "start": 871947428,
            "stop": 871947480
        },
        {
            "start": 871947540,
            "stop": 871948080
        },
        {
            "start": 871948200,
            "stop": 871949100
        },
        {
            "start": 871949160,
            "stop": 871949220
        },
        {
            "start": 871949280,
            "stop": 871949810
        },
        {
            "start": 871949940,
            "stop": 871950180
        },
        {
            "start": 871950240,
            "stop": 871950660
        },
        {
            "start": 871950720,
            "stop": 871950840
        },
        {
            "start": 871950900,
            "stop": 871951440
        },
        {
            "start": 871951500,
            "stop": 871952040
        },
        {
            "start": 871952160,
            "stop": 871952280
        },
        {
            "start": 871952520,
            "stop": 871952580
        }
    ]
}