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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46696",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46694",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46695,
    "results": [
        {
            "start": 875049344,
            "stop": 875049372
        },
        {
            "start": 875049373,
            "stop": 875049402
        },
        {
            "start": 875049403,
            "stop": 875049452
        },
        {
            "start": 875049455,
            "stop": 875049475
        },
        {
            "start": 875049477,
            "stop": 875049480
        },
        {
            "start": 875049482,
            "stop": 875049495
        },
        {
            "start": 875049496,
            "stop": 875049665
        },
        {
            "start": 875049666,
            "stop": 875049701
        },
        {
            "start": 875049702,
            "stop": 875049766
        },
        {
            "start": 875049768,
            "stop": 875049787
        },
        {
            "start": 875049788,
            "stop": 875049806
        },
        {
            "start": 875049807,
            "stop": 875049826
        },
        {
            "start": 875049827,
            "stop": 875049835
        },
        {
            "start": 875049836,
            "stop": 875049876
        },
        {
            "start": 875049878,
            "stop": 875050000
        },
        {
            "start": 875050001,
            "stop": 875050006
        },
        {
            "start": 875050007,
            "stop": 875050028
        },
        {
            "start": 875050030,
            "stop": 875050064
        },
        {
            "start": 875050065,
            "stop": 875050069
        },
        {
            "start": 875050070,
            "stop": 875050072
        }
    ]
}