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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=261",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 262,
    "results": [
        {
            "start": 821466756,
            "stop": 821467019
        },
        {
            "start": 821467035,
            "stop": 821467051
        },
        {
            "start": 821467056,
            "stop": 821467389
        },
        {
            "start": 821467394,
            "stop": 821467408
        },
        {
            "start": 821467425,
            "stop": 821467494
        },
        {
            "start": 821468555,
            "stop": 821468796
        },
        {
            "start": 821468801,
            "stop": 821468816
        },
        {
            "start": 821468821,
            "stop": 821468862
        },
        {
            "start": 821468867,
            "stop": 821469036
        },
        {
            "start": 821471011,
            "stop": 821471150
        },
        {
            "start": 821471174,
            "stop": 821471176
        },
        {
            "start": 821471184,
            "stop": 821471194
        },
        {
            "start": 821471202,
            "stop": 821471203
        },
        {
            "start": 821471217,
            "stop": 821471303
        },
        {
            "start": 821471311,
            "stop": 821471319
        },
        {
            "start": 821471333,
            "stop": 821471352
        },
        {
            "start": 821471368,
            "stop": 821471397
        },
        {
            "start": 821471405,
            "stop": 821471451
        },
        {
            "start": 821471554,
            "stop": 821471575
        },
        {
            "start": 821471580,
            "stop": 821471587
        }
    ]
}