Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=530
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=531",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=529",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 530,
    "results": [
        {
            "start": 828528653,
            "stop": 828529746
        },
        {
            "start": 828529751,
            "stop": 828537068
        },
        {
            "start": 828537180,
            "stop": 828543697
        },
        {
            "start": 828543883,
            "stop": 828555162
        },
        {
            "start": 828557276,
            "stop": 828557952
        },
        {
            "start": 828558557,
            "stop": 828559811
        },
        {
            "start": 828559819,
            "stop": 828559985
        },
        {
            "start": 828562529,
            "stop": 828562532
        },
        {
            "start": 828563985,
            "stop": 828564901
        },
        {
            "start": 828564903,
            "stop": 828565381
        },
        {
            "start": 828565383,
            "stop": 828566143
        },
        {
            "start": 828567788,
            "stop": 828571433
        },
        {
            "start": 828573652,
            "stop": 828581630
        },
        {
            "start": 828582887,
            "stop": 828585153
        },
        {
            "start": 828585691,
            "stop": 828588555
        },
        {
            "start": 828589204,
            "stop": 828591293
        },
        {
            "start": 828591856,
            "stop": 828592619
        },
        {
            "start": 828592627,
            "stop": 828622933
        },
        {
            "start": 828623721,
            "stop": 828625683
        },
        {
            "start": 828625959,
            "stop": 828625987
        }
    ]
}