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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5976",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5974",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5975,
    "results": [
        {
            "start": 873300007,
            "stop": 873300014
        },
        {
            "start": 873300016,
            "stop": 873300139
        },
        {
            "start": 873300140,
            "stop": 873300414
        },
        {
            "start": 873300417,
            "stop": 873300420
        },
        {
            "start": 873300421,
            "stop": 873300436
        },
        {
            "start": 873300445,
            "stop": 873300448
        },
        {
            "start": 873300451,
            "stop": 873300452
        },
        {
            "start": 873300467,
            "stop": 873300470
        },
        {
            "start": 873300476,
            "stop": 873300483
        },
        {
            "start": 873300486,
            "stop": 873300577
        },
        {
            "start": 873300580,
            "stop": 873300597
        },
        {
            "start": 873300604,
            "stop": 873300608
        },
        {
            "start": 873300614,
            "stop": 873300815
        },
        {
            "start": 873300819,
            "stop": 873300833
        },
        {
            "start": 873300836,
            "stop": 873300927
        },
        {
            "start": 873300928,
            "stop": 873301015
        },
        {
            "start": 873301018,
            "stop": 873301587
        },
        {
            "start": 873301589,
            "stop": 873301625
        },
        {
            "start": 873301626,
            "stop": 873301630
        },
        {
            "start": 873301631,
            "stop": 873301640
        }
    ]
}