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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=394",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=392",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 393,
    "results": [
        {
            "start": 821466598,
            "stop": 821466600
        },
        {
            "start": 821466619,
            "stop": 821466631
        },
        {
            "start": 821466634,
            "stop": 821466684
        },
        {
            "start": 821466687,
            "stop": 821466719
        },
        {
            "start": 821466722,
            "stop": 821467008
        },
        {
            "start": 821467011,
            "stop": 821467072
        },
        {
            "start": 821467091,
            "stop": 821467183
        },
        {
            "start": 821467186,
            "stop": 821467263
        },
        {
            "start": 821467466,
            "stop": 821467534
        },
        {
            "start": 821467553,
            "stop": 821467568
        },
        {
            "start": 821467571,
            "stop": 821467650
        },
        {
            "start": 821468637,
            "stop": 821468663
        },
        {
            "start": 821468682,
            "stop": 821468821
        },
        {
            "start": 821468824,
            "stop": 821468848
        },
        {
            "start": 821468851,
            "stop": 821468939
        },
        {
            "start": 821468943,
            "stop": 821468977
        },
        {
            "start": 821468982,
            "stop": 821469266
        },
        {
            "start": 821469270,
            "stop": 821469490
        },
        {
            "start": 821469493,
            "stop": 821469510
        },
        {
            "start": 821469513,
            "stop": 821469649
        }
    ]
}