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=5883
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=5884",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5882",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5883,
    "results": [
        {
            "start": 874853950,
            "stop": 874854701
        },
        {
            "start": 874854704,
            "stop": 874854739
        },
        {
            "start": 874854742,
            "stop": 874854797
        },
        {
            "start": 874854800,
            "stop": 874854872
        },
        {
            "start": 874854875,
            "stop": 874855312
        },
        {
            "start": 874855315,
            "stop": 874855642
        },
        {
            "start": 874855645,
            "stop": 874856175
        },
        {
            "start": 874856178,
            "stop": 874856476
        },
        {
            "start": 874856479,
            "stop": 874856517
        },
        {
            "start": 874856520,
            "stop": 874856666
        },
        {
            "start": 874856669,
            "stop": 874856700
        },
        {
            "start": 874856703,
            "stop": 874856724
        },
        {
            "start": 874856727,
            "stop": 874856802
        },
        {
            "start": 874856805,
            "stop": 874856832
        },
        {
            "start": 874856835,
            "stop": 874857133
        },
        {
            "start": 874857136,
            "stop": 874857503
        },
        {
            "start": 874857506,
            "stop": 874857508
        },
        {
            "start": 874857511,
            "stop": 874857548
        },
        {
            "start": 874857552,
            "stop": 874857578
        },
        {
            "start": 874857581,
            "stop": 874857647
        }
    ]
}