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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=323",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 324,
    "results": [
        {
            "start": 862926647,
            "stop": 862926764
        },
        {
            "start": 862927337,
            "stop": 862927465
        },
        {
            "start": 862928596,
            "stop": 862930481
        },
        {
            "start": 862931313,
            "stop": 862936030
        },
        {
            "start": 862936216,
            "stop": 862937659
        },
        {
            "start": 862937756,
            "stop": 862940665
        },
        {
            "start": 862942209,
            "stop": 862943105
        },
        {
            "start": 862944384,
            "stop": 862945763
        },
        {
            "start": 862953004,
            "stop": 862958477
        },
        {
            "start": 862958985,
            "stop": 862988128
        },
        {
            "start": 862989292,
            "stop": 862990738
        },
        {
            "start": 862990912,
            "stop": 863012611
        },
        {
            "start": 863013687,
            "stop": 863016371
        },
        {
            "start": 863016455,
            "stop": 863020847
        },
        {
            "start": 863020952,
            "stop": 863031089
        },
        {
            "start": 863033581,
            "stop": 863075918
        },
        {
            "start": 863077464,
            "stop": 863094717
        },
        {
            "start": 863095103,
            "stop": 863096224
        },
        {
            "start": 863097043,
            "stop": 863101766
        },
        {
            "start": 863101929,
            "stop": 863123859
        }
    ]
}