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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=263",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 264,
    "results": [
        {
            "start": 829714355,
            "stop": 829724015
        },
        {
            "start": 829724165,
            "stop": 829726115
        },
        {
            "start": 829733929,
            "stop": 829736269
        },
        {
            "start": 829736986,
            "stop": 829740586
        },
        {
            "start": 829740736,
            "stop": 829744666
        },
        {
            "start": 829746588,
            "stop": 829753308
        },
        {
            "start": 829753612,
            "stop": 829754752
        },
        {
            "start": 829756091,
            "stop": 829756271
        },
        {
            "start": 829756482,
            "stop": 829756842
        },
        {
            "start": 829756989,
            "stop": 829757469
        },
        {
            "start": 829757620,
            "stop": 829758280
        },
        {
            "start": 829758944,
            "stop": 829759004
        },
        {
            "start": 829759830,
            "stop": 829760010
        },
        {
            "start": 829760224,
            "stop": 829760404
        },
        {
            "start": 829760763,
            "stop": 829760883
        },
        {
            "start": 829761248,
            "stop": 829761428
        },
        {
            "start": 829762131,
            "stop": 829762431
        },
        {
            "start": 829762602,
            "stop": 829763382
        },
        {
            "start": 829766639,
            "stop": 829766999
        },
        {
            "start": 829767345,
            "stop": 829767795
        }
    ]
}