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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=182",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 183,
    "results": [
        {
            "start": 821653321,
            "stop": 821653334
        },
        {
            "start": 821653337,
            "stop": 821653349
        },
        {
            "start": 821653355,
            "stop": 821653357
        },
        {
            "start": 821653361,
            "stop": 821653379
        },
        {
            "start": 821653382,
            "stop": 821653386
        },
        {
            "start": 821653389,
            "stop": 821653425
        },
        {
            "start": 821653428,
            "stop": 821653429
        },
        {
            "start": 821653436,
            "stop": 821653498
        },
        {
            "start": 821653507,
            "stop": 821653535
        },
        {
            "start": 821653541,
            "stop": 821653551
        },
        {
            "start": 821653554,
            "stop": 821653572
        },
        {
            "start": 821653575,
            "stop": 821653588
        },
        {
            "start": 821653591,
            "stop": 821653605
        },
        {
            "start": 821653608,
            "stop": 821653623
        },
        {
            "start": 821653628,
            "stop": 821653630
        },
        {
            "start": 821653633,
            "stop": 821653675
        },
        {
            "start": 821653678,
            "stop": 821653722
        },
        {
            "start": 821653725,
            "stop": 821653894
        },
        {
            "start": 821653897,
            "stop": 821653921
        },
        {
            "start": 821653924,
            "stop": 821653986
        }
    ]
}