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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5135",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5133",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5134,
    "results": [
        {
            "start": 969419887,
            "stop": 969420624
        },
        {
            "start": 969420627,
            "stop": 969421217
        },
        {
            "start": 969421220,
            "stop": 969421700
        },
        {
            "start": 969421718,
            "stop": 969421854
        },
        {
            "start": 969421857,
            "stop": 969422541
        },
        {
            "start": 969422544,
            "stop": 969422718
        },
        {
            "start": 969422721,
            "stop": 969422833
        },
        {
            "start": 969422836,
            "stop": 969423179
        },
        {
            "start": 969423182,
            "stop": 969423428
        },
        {
            "start": 969423431,
            "stop": 969424227
        },
        {
            "start": 969424230,
            "stop": 969424303
        },
        {
            "start": 969424306,
            "stop": 969424411
        },
        {
            "start": 969424429,
            "stop": 969424688
        },
        {
            "start": 969424691,
            "stop": 969425031
        },
        {
            "start": 969425034,
            "stop": 969425116
        },
        {
            "start": 969425119,
            "stop": 969425262
        },
        {
            "start": 969425265,
            "stop": 969425596
        },
        {
            "start": 969425615,
            "stop": 969425674
        },
        {
            "start": 969425677,
            "stop": 969425898
        },
        {
            "start": 969425923,
            "stop": 969425932
        }
    ]
}