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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=291",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 292,
    "results": [
        {
            "start": 852101435,
            "stop": 852101474
        },
        {
            "start": 852101483,
            "stop": 852101499
        },
        {
            "start": 852101503,
            "stop": 852101920
        },
        {
            "start": 852101924,
            "stop": 852102083
        },
        {
            "start": 852102087,
            "stop": 852102102
        },
        {
            "start": 852102106,
            "stop": 852102133
        },
        {
            "start": 852102157,
            "stop": 852102159
        },
        {
            "start": 852138587,
            "stop": 852139460
        },
        {
            "start": 852139465,
            "stop": 852139642
        },
        {
            "start": 852139647,
            "stop": 852139649
        },
        {
            "start": 852139653,
            "stop": 852139706
        },
        {
            "start": 852139710,
            "stop": 852139774
        },
        {
            "start": 852139778,
            "stop": 852139783
        },
        {
            "start": 852139797,
            "stop": 852139856
        },
        {
            "start": 852139860,
            "stop": 852139875
        },
        {
            "start": 852139879,
            "stop": 852139993
        },
        {
            "start": 852140161,
            "stop": 852140167
        },
        {
            "start": 852140171,
            "stop": 852140291
        },
        {
            "start": 852140296,
            "stop": 852140326
        },
        {
            "start": 852140339,
            "stop": 852140364
        }
    ]
}