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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5803",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5801",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5802,
    "results": [
        {
            "start": 874695299,
            "stop": 874695309
        },
        {
            "start": 874695315,
            "stop": 874695321
        },
        {
            "start": 874695324,
            "stop": 874695352
        },
        {
            "start": 874695356,
            "stop": 874695408
        },
        {
            "start": 874695412,
            "stop": 874695429
        },
        {
            "start": 874695432,
            "stop": 874695476
        },
        {
            "start": 874695479,
            "stop": 874695513
        },
        {
            "start": 874695516,
            "stop": 874695563
        },
        {
            "start": 874695567,
            "stop": 874695675
        },
        {
            "start": 874695679,
            "stop": 874695689
        },
        {
            "start": 874695693,
            "stop": 874695765
        },
        {
            "start": 874695768,
            "stop": 874695816
        },
        {
            "start": 874695819,
            "stop": 874695831
        },
        {
            "start": 874695835,
            "stop": 874695861
        },
        {
            "start": 874697009,
            "stop": 874698166
        },
        {
            "start": 874698169,
            "stop": 874698629
        },
        {
            "start": 874698632,
            "stop": 874698739
        },
        {
            "start": 874698742,
            "stop": 874698803
        },
        {
            "start": 874698806,
            "stop": 874698871
        },
        {
            "start": 874698874,
            "stop": 874698910
        }
    ]
}