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=4585
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=4586",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4584",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4585,
    "results": [
        {
            "start": 969087222,
            "stop": 969087241
        },
        {
            "start": 969087244,
            "stop": 969087824
        },
        {
            "start": 969087827,
            "stop": 969087828
        },
        {
            "start": 969087831,
            "stop": 969087944
        },
        {
            "start": 969087949,
            "stop": 969088239
        },
        {
            "start": 969088242,
            "stop": 969088251
        },
        {
            "start": 969088254,
            "stop": 969088286
        },
        {
            "start": 969088291,
            "stop": 969089120
        },
        {
            "start": 969089124,
            "stop": 969089777
        },
        {
            "start": 969089780,
            "stop": 969090083
        },
        {
            "start": 969090086,
            "stop": 969090576
        },
        {
            "start": 969090579,
            "stop": 969090764
        },
        {
            "start": 969090769,
            "stop": 969091827
        },
        {
            "start": 969091830,
            "stop": 969091982
        },
        {
            "start": 969091985,
            "stop": 969092351
        },
        {
            "start": 969092354,
            "stop": 969092445
        },
        {
            "start": 969092448,
            "stop": 969092512
        },
        {
            "start": 969092515,
            "stop": 969094926
        },
        {
            "start": 969094929,
            "stop": 969095163
        },
        {
            "start": 969095216,
            "stop": 969095773
        }
    ]
}