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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=173",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 174,
    "results": [
        {
            "start": 819502966,
            "stop": 819503266
        },
        {
            "start": 819503277,
            "stop": 819504327
        },
        {
            "start": 819504338,
            "stop": 819505829
        },
        {
            "start": 819505836,
            "stop": 819507473
        },
        {
            "start": 819507481,
            "stop": 819512067
        },
        {
            "start": 819512074,
            "stop": 819514133
        },
        {
            "start": 819514140,
            "stop": 819515424
        },
        {
            "start": 819515432,
            "stop": 819518025
        },
        {
            "start": 819518033,
            "stop": 819518928
        },
        {
            "start": 819518939,
            "stop": 819519080
        },
        {
            "start": 819519087,
            "stop": 819519880
        },
        {
            "start": 819519887,
            "stop": 819525240
        },
        {
            "start": 819525247,
            "stop": 819541658
        },
        {
            "start": 819541665,
            "stop": 819542293
        },
        {
            "start": 819547477,
            "stop": 819556714
        },
        {
            "start": 819556727,
            "stop": 819557231
        },
        {
            "start": 819581452,
            "stop": 819581732
        },
        {
            "start": 819581760,
            "stop": 819581788
        },
        {
            "start": 819581795,
            "stop": 819581850
        },
        {
            "start": 819581857,
            "stop": 819582236
        }
    ]
}