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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=214",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 215,
    "results": [
        {
            "start": 933117588,
            "stop": 933117634
        },
        {
            "start": 933117639,
            "stop": 933118451
        },
        {
            "start": 933118456,
            "stop": 933118482
        },
        {
            "start": 933118521,
            "stop": 933118591
        },
        {
            "start": 933118617,
            "stop": 933118640
        },
        {
            "start": 933118668,
            "stop": 933118728
        },
        {
            "start": 933118746,
            "stop": 933119246
        },
        {
            "start": 933119252,
            "stop": 933119496
        },
        {
            "start": 933119525,
            "stop": 933119675
        },
        {
            "start": 933119701,
            "stop": 933119763
        },
        {
            "start": 933120006,
            "stop": 933120029
        },
        {
            "start": 933120060,
            "stop": 933120466
        },
        {
            "start": 933120467,
            "stop": 933120730
        },
        {
            "start": 933120806,
            "stop": 933121879
        },
        {
            "start": 933121899,
            "stop": 933121917
        },
        {
            "start": 933121958,
            "stop": 933121962
        },
        {
            "start": 933121986,
            "stop": 933121991
        },
        {
            "start": 933122108,
            "stop": 933122110
        },
        {
            "start": 933122131,
            "stop": 933122135
        },
        {
            "start": 933122154,
            "stop": 933122675
        }
    ]
}