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=4714
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=4715",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4713",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4714,
    "results": [
        {
            "start": 969990098,
            "stop": 969990135
        },
        {
            "start": 969990152,
            "stop": 969990161
        },
        {
            "start": 969990164,
            "stop": 969990182
        },
        {
            "start": 969990185,
            "stop": 969990216
        },
        {
            "start": 969990219,
            "stop": 969990225
        },
        {
            "start": 969990228,
            "stop": 969990249
        },
        {
            "start": 969990252,
            "stop": 969990266
        },
        {
            "start": 969990269,
            "stop": 969990271
        },
        {
            "start": 969990274,
            "stop": 969990278
        },
        {
            "start": 969990338,
            "stop": 969990415
        },
        {
            "start": 969990418,
            "stop": 969990458
        },
        {
            "start": 969990518,
            "stop": 969990590
        },
        {
            "start": 969990593,
            "stop": 969990683
        },
        {
            "start": 969990686,
            "stop": 969990838
        },
        {
            "start": 969990841,
            "stop": 969991099
        },
        {
            "start": 969991102,
            "stop": 969991257
        },
        {
            "start": 969991260,
            "stop": 969991293
        },
        {
            "start": 969991296,
            "stop": 969991331
        },
        {
            "start": 969991335,
            "stop": 969991378
        },
        {
            "start": 969991381,
            "stop": 969991419
        }
    ]
}