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=172
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=173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=171",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 172,
    "results": [
        {
            "start": 819473198,
            "stop": 819476623
        },
        {
            "start": 819476831,
            "stop": 819480410
        },
        {
            "start": 819480421,
            "stop": 819480853
        },
        {
            "start": 819485836,
            "stop": 819489474
        },
        {
            "start": 819489485,
            "stop": 819489752
        },
        {
            "start": 819489774,
            "stop": 819489801
        },
        {
            "start": 819489830,
            "stop": 819489864
        },
        {
            "start": 819489875,
            "stop": 819489879
        },
        {
            "start": 819489896,
            "stop": 819489931
        },
        {
            "start": 819489942,
            "stop": 819489950
        },
        {
            "start": 819489988,
            "stop": 819490095
        },
        {
            "start": 819490141,
            "stop": 819490179
        },
        {
            "start": 819490205,
            "stop": 819490233
        },
        {
            "start": 819490244,
            "stop": 819490246
        },
        {
            "start": 819490267,
            "stop": 819490280
        },
        {
            "start": 819490292,
            "stop": 819490551
        },
        {
            "start": 819490584,
            "stop": 819490646
        },
        {
            "start": 819490657,
            "stop": 819490703
        },
        {
            "start": 819490714,
            "stop": 819491023
        },
        {
            "start": 819491034,
            "stop": 819491297
        }
    ]
}