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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 2,
    "results": [
        {
            "start": 931079094,
            "stop": 931079404
        },
        {
            "start": 931080617,
            "stop": 931080627
        },
        {
            "start": 931080634,
            "stop": 931080643
        },
        {
            "start": 931080654,
            "stop": 931080660
        },
        {
            "start": 931080665,
            "stop": 931080708
        },
        {
            "start": 931080713,
            "stop": 931081351
        },
        {
            "start": 931081357,
            "stop": 931081817
        },
        {
            "start": 931081823,
            "stop": 931082442
        },
        {
            "start": 931082448,
            "stop": 931082500
        },
        {
            "start": 931082506,
            "stop": 931082580
        },
        {
            "start": 931082586,
            "stop": 931082993
        },
        {
            "start": 931082998,
            "stop": 931083224
        },
        {
            "start": 931083230,
            "stop": 931083765
        },
        {
            "start": 931083771,
            "stop": 931083950
        },
        {
            "start": 931084877,
            "stop": 931084898
        },
        {
            "start": 931084910,
            "stop": 931084911
        },
        {
            "start": 931084922,
            "stop": 931084946
        },
        {
            "start": 931084952,
            "stop": 931084979
        },
        {
            "start": 931084984,
            "stop": 931085011
        },
        {
            "start": 931085017,
            "stop": 931085037
        }
    ]
}