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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=165",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 166,
    "results": [
        {
            "start": 931784621,
            "stop": 931784636
        },
        {
            "start": 931784646,
            "stop": 931784657
        },
        {
            "start": 931784668,
            "stop": 931784673
        },
        {
            "start": 931784679,
            "stop": 931784718
        },
        {
            "start": 931784724,
            "stop": 931784743
        },
        {
            "start": 931784757,
            "stop": 931784758
        },
        {
            "start": 931784766,
            "stop": 931784803
        },
        {
            "start": 931784809,
            "stop": 931784824
        },
        {
            "start": 931784834,
            "stop": 931784839
        },
        {
            "start": 931784845,
            "stop": 931784848
        },
        {
            "start": 931784853,
            "stop": 931784854
        },
        {
            "start": 931784876,
            "stop": 931784879
        },
        {
            "start": 931784889,
            "stop": 931784890
        },
        {
            "start": 931784901,
            "stop": 931784930
        },
        {
            "start": 931784936,
            "stop": 931784955
        },
        {
            "start": 931784961,
            "stop": 931784981
        },
        {
            "start": 931784987,
            "stop": 931785031
        },
        {
            "start": 931785037,
            "stop": 931785101
        },
        {
            "start": 931785107,
            "stop": 931785111
        },
        {
            "start": 931785117,
            "stop": 931785119
        }
    ]
}