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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3739",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3737",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3738,
    "results": [
        {
            "start": 872846394,
            "stop": 872846419
        },
        {
            "start": 872846424,
            "stop": 872846427
        },
        {
            "start": 872846430,
            "stop": 872846859
        },
        {
            "start": 872846864,
            "stop": 872846881
        },
        {
            "start": 872846887,
            "stop": 872846921
        },
        {
            "start": 872846924,
            "stop": 872846929
        },
        {
            "start": 872846932,
            "stop": 872846947
        },
        {
            "start": 872846950,
            "stop": 872847020
        },
        {
            "start": 872847023,
            "stop": 872847032
        },
        {
            "start": 872847035,
            "stop": 872847037
        },
        {
            "start": 872847040,
            "stop": 872847041
        },
        {
            "start": 872847051,
            "stop": 872847054
        },
        {
            "start": 872847063,
            "stop": 872847064
        },
        {
            "start": 872847072,
            "stop": 872847080
        },
        {
            "start": 872847083,
            "stop": 872847322
        },
        {
            "start": 872847325,
            "stop": 872847336
        },
        {
            "start": 872847339,
            "stop": 872847343
        },
        {
            "start": 872847346,
            "stop": 872847431
        },
        {
            "start": 872847434,
            "stop": 872847571
        },
        {
            "start": 872847577,
            "stop": 872847665
        }
    ]
}