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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8174",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8172",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8173,
    "results": [
        {
            "start": 971009323,
            "stop": 971009333
        },
        {
            "start": 971009336,
            "stop": 971009359
        },
        {
            "start": 971009362,
            "stop": 971009369
        },
        {
            "start": 971009372,
            "stop": 971009401
        },
        {
            "start": 971009404,
            "stop": 971009409
        },
        {
            "start": 971009413,
            "stop": 971009453
        },
        {
            "start": 971009458,
            "stop": 971009501
        },
        {
            "start": 971009504,
            "stop": 971009533
        },
        {
            "start": 971009536,
            "stop": 971009538
        },
        {
            "start": 971009542,
            "stop": 971009556
        },
        {
            "start": 971009559,
            "stop": 971009584
        },
        {
            "start": 971009590,
            "stop": 971009591
        },
        {
            "start": 971009594,
            "stop": 971009606
        },
        {
            "start": 971009609,
            "stop": 971009647
        },
        {
            "start": 971009650,
            "stop": 971009708
        },
        {
            "start": 971009711,
            "stop": 971009713
        },
        {
            "start": 971009716,
            "stop": 971009721
        },
        {
            "start": 971009724,
            "stop": 971009768
        },
        {
            "start": 971009772,
            "stop": 971009814
        },
        {
            "start": 971009817,
            "stop": 971009898
        }
    ]
}