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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=486",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=484",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 485,
    "results": [
        {
            "start": 956449001,
            "stop": 956450184
        },
        {
            "start": 956453516,
            "stop": 956457824
        },
        {
            "start": 956467065,
            "stop": 956471145
        },
        {
            "start": 956472920,
            "stop": 956479423
        },
        {
            "start": 956480733,
            "stop": 956481241
        },
        {
            "start": 956482430,
            "stop": 956505666
        },
        {
            "start": 956510572,
            "stop": 956524806
        },
        {
            "start": 956526771,
            "stop": 956528761
        },
        {
            "start": 956534249,
            "stop": 956534530
        },
        {
            "start": 956541135,
            "stop": 956546357
        },
        {
            "start": 956549019,
            "stop": 956553101
        },
        {
            "start": 956553102,
            "stop": 956553236
        },
        {
            "start": 956558820,
            "stop": 956589713
        },
        {
            "start": 956589729,
            "stop": 956591388
        },
        {
            "start": 956600136,
            "stop": 956605038
        },
        {
            "start": 956619520,
            "stop": 956619608
        },
        {
            "start": 956627712,
            "stop": 956628224
        },
        {
            "start": 956685767,
            "stop": 956687861
        },
        {
            "start": 956693483,
            "stop": 956693574
        },
        {
            "start": 956694759,
            "stop": 956701898
        }
    ]
}