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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1974",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1972",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1973,
    "results": [
        {
            "start": 855334148,
            "stop": 855339372
        },
        {
            "start": 855339380,
            "stop": 855339382
        },
        {
            "start": 855339388,
            "stop": 855339397
        },
        {
            "start": 855339403,
            "stop": 855339405
        },
        {
            "start": 855339413,
            "stop": 855339462
        },
        {
            "start": 855339468,
            "stop": 855339975
        },
        {
            "start": 855339980,
            "stop": 855339982
        },
        {
            "start": 855339988,
            "stop": 855345590
        },
        {
            "start": 855345595,
            "stop": 855345600
        },
        {
            "start": 855345615,
            "stop": 855345617
        },
        {
            "start": 855345625,
            "stop": 855345640
        },
        {
            "start": 855345645,
            "stop": 855345742
        },
        {
            "start": 855345745,
            "stop": 855347963
        },
        {
            "start": 855347966,
            "stop": 855352843
        },
        {
            "start": 855360816,
            "stop": 855409572
        },
        {
            "start": 855409578,
            "stop": 855411790
        },
        {
            "start": 855411795,
            "stop": 855411830
        },
        {
            "start": 855411835,
            "stop": 855411850
        },
        {
            "start": 855411855,
            "stop": 855411975
        },
        {
            "start": 855411980,
            "stop": 855414409
        }
    ]
}