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=6222
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=6223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6221",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6222,
    "results": [
        {
            "start": 874694759,
            "stop": 874694959
        },
        {
            "start": 874694961,
            "stop": 874695499
        },
        {
            "start": 874695501,
            "stop": 874695535
        },
        {
            "start": 874695536,
            "stop": 874695672
        },
        {
            "start": 874695675,
            "stop": 874695677
        },
        {
            "start": 874695680,
            "stop": 874695720
        },
        {
            "start": 874695721,
            "stop": 874696290
        },
        {
            "start": 874696292,
            "stop": 874696310
        },
        {
            "start": 874696311,
            "stop": 874696377
        },
        {
            "start": 874696379,
            "stop": 874696652
        },
        {
            "start": 874696653,
            "stop": 874696786
        },
        {
            "start": 874696787,
            "stop": 874696980
        },
        {
            "start": 874696983,
            "stop": 874696984
        },
        {
            "start": 874696989,
            "stop": 874697011
        },
        {
            "start": 874697014,
            "stop": 874697109
        },
        {
            "start": 874697110,
            "stop": 874697406
        },
        {
            "start": 874697409,
            "stop": 874697417
        },
        {
            "start": 874697422,
            "stop": 874697479
        },
        {
            "start": 874697482,
            "stop": 874697561
        },
        {
            "start": 874697562,
            "stop": 874697586
        }
    ]
}