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=46782
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=46783",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46781",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46782,
    "results": [
        {
            "start": 875103267,
            "stop": 875103274
        },
        {
            "start": 875103275,
            "stop": 875103283
        },
        {
            "start": 875103284,
            "stop": 875103304
        },
        {
            "start": 875103305,
            "stop": 875103360
        },
        {
            "start": 875103361,
            "stop": 875103362
        },
        {
            "start": 875103363,
            "stop": 875103383
        },
        {
            "start": 875103384,
            "stop": 875103410
        },
        {
            "start": 875103412,
            "stop": 875103432
        },
        {
            "start": 875103433,
            "stop": 875103444
        },
        {
            "start": 875103445,
            "stop": 875103494
        },
        {
            "start": 875103497,
            "stop": 875103517
        },
        {
            "start": 875103518,
            "stop": 875103530
        },
        {
            "start": 875103531,
            "stop": 875103538
        },
        {
            "start": 875103539,
            "stop": 875103563
        },
        {
            "start": 875103564,
            "stop": 875103602
        },
        {
            "start": 875103603,
            "stop": 875103624
        },
        {
            "start": 875103625,
            "stop": 875103633
        },
        {
            "start": 875103634,
            "stop": 875103654
        },
        {
            "start": 875103655,
            "stop": 875103665
        },
        {
            "start": 875103667,
            "stop": 875103668
        }
    ]
}