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=5953
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=5954",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5952",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5953,
    "results": [
        {
            "start": 873211459,
            "stop": 873211523
        },
        {
            "start": 873211524,
            "stop": 873211529
        },
        {
            "start": 873211530,
            "stop": 873211556
        },
        {
            "start": 873211557,
            "stop": 873211584
        },
        {
            "start": 873211585,
            "stop": 873211645
        },
        {
            "start": 873211646,
            "stop": 873211659
        },
        {
            "start": 873211662,
            "stop": 873211688
        },
        {
            "start": 873211689,
            "stop": 873211729
        },
        {
            "start": 873211732,
            "stop": 873211770
        },
        {
            "start": 873211773,
            "stop": 873211784
        },
        {
            "start": 873211789,
            "stop": 873211797
        },
        {
            "start": 873211798,
            "stop": 873211820
        },
        {
            "start": 873211824,
            "stop": 873211836
        },
        {
            "start": 873211839,
            "stop": 873211878
        },
        {
            "start": 873211881,
            "stop": 873211919
        },
        {
            "start": 873211922,
            "stop": 873212045
        },
        {
            "start": 873212046,
            "stop": 873212077
        },
        {
            "start": 873212082,
            "stop": 873212119
        },
        {
            "start": 873212120,
            "stop": 873212469
        },
        {
            "start": 873212473,
            "stop": 873212853
        }
    ]
}