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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7892",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7890",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7891,
    "results": [
        {
            "start": 969913211,
            "stop": 969913222
        },
        {
            "start": 969913265,
            "stop": 969913266
        },
        {
            "start": 969913300,
            "stop": 969913412
        },
        {
            "start": 969913415,
            "stop": 969913564
        },
        {
            "start": 969913569,
            "stop": 969913614
        },
        {
            "start": 969913620,
            "stop": 969913698
        },
        {
            "start": 969913701,
            "stop": 969913775
        },
        {
            "start": 969913778,
            "stop": 969913884
        },
        {
            "start": 969913887,
            "stop": 969913970
        },
        {
            "start": 969913991,
            "stop": 969914078
        },
        {
            "start": 969914099,
            "stop": 969914100
        },
        {
            "start": 969914108,
            "stop": 969914119
        },
        {
            "start": 969914151,
            "stop": 969914156
        },
        {
            "start": 969914169,
            "stop": 969914170
        },
        {
            "start": 969914207,
            "stop": 969914209
        },
        {
            "start": 969914231,
            "stop": 969914243
        },
        {
            "start": 969914246,
            "stop": 969914348
        },
        {
            "start": 969914351,
            "stop": 969914355
        },
        {
            "start": 969914358,
            "stop": 969914372
        },
        {
            "start": 969914375,
            "stop": 969914382
        }
    ]
}