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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=177",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 178,
    "results": [
        {
            "start": 843744457,
            "stop": 843744459
        },
        {
            "start": 843744494,
            "stop": 843744502
        },
        {
            "start": 843744528,
            "stop": 843744530
        },
        {
            "start": 843748080,
            "stop": 843753466
        },
        {
            "start": 843754498,
            "stop": 843754575
        },
        {
            "start": 843755782,
            "stop": 843765756
        },
        {
            "start": 843766575,
            "stop": 843847486
        },
        {
            "start": 843847487,
            "stop": 843848841
        },
        {
            "start": 843849275,
            "stop": 843851680
        },
        {
            "start": 843851688,
            "stop": 843853821
        },
        {
            "start": 843853822,
            "stop": 843858208
        },
        {
            "start": 843861819,
            "stop": 843887081
        },
        {
            "start": 843889288,
            "stop": 843889464
        },
        {
            "start": 843889615,
            "stop": 843891337
        },
        {
            "start": 843894114,
            "stop": 843922785
        },
        {
            "start": 843947015,
            "stop": 843948869
        },
        {
            "start": 843949355,
            "stop": 843949446
        },
        {
            "start": 843949688,
            "stop": 843990245
        },
        {
            "start": 843990364,
            "stop": 844019844
        },
        {
            "start": 844019846,
            "stop": 844020965
        }
    ]
}