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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=149",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 150,
    "results": [
        {
            "start": 931775877,
            "stop": 931775878
        },
        {
            "start": 931775891,
            "stop": 931775893
        },
        {
            "start": 931775907,
            "stop": 931775925
        },
        {
            "start": 931775951,
            "stop": 931775954
        },
        {
            "start": 931775975,
            "stop": 931775979
        },
        {
            "start": 931776024,
            "stop": 931776033
        },
        {
            "start": 931776078,
            "stop": 931776084
        },
        {
            "start": 931776135,
            "stop": 931776143
        },
        {
            "start": 931776167,
            "stop": 931776172
        },
        {
            "start": 931776190,
            "stop": 931776191
        },
        {
            "start": 931776227,
            "stop": 931776229
        },
        {
            "start": 931776243,
            "stop": 931776255
        },
        {
            "start": 931776262,
            "stop": 931776264
        },
        {
            "start": 931776271,
            "stop": 931776274
        },
        {
            "start": 931776290,
            "stop": 931776294
        },
        {
            "start": 931776307,
            "stop": 931776308
        },
        {
            "start": 931776324,
            "stop": 931776339
        },
        {
            "start": 931776352,
            "stop": 931776353
        },
        {
            "start": 931776360,
            "stop": 931776362
        },
        {
            "start": 931776385,
            "stop": 931776386
        }
    ]
}