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=5812
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=5813",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5811",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5812,
    "results": [
        {
            "start": 874703389,
            "stop": 874703441
        },
        {
            "start": 874703445,
            "stop": 874703467
        },
        {
            "start": 874703470,
            "stop": 874703484
        },
        {
            "start": 874703488,
            "stop": 874703511
        },
        {
            "start": 874703515,
            "stop": 874703527
        },
        {
            "start": 874703530,
            "stop": 874703561
        },
        {
            "start": 874703567,
            "stop": 874703569
        },
        {
            "start": 874703572,
            "stop": 874703578
        },
        {
            "start": 874703585,
            "stop": 874703586
        },
        {
            "start": 874703590,
            "stop": 874703605
        },
        {
            "start": 874703608,
            "stop": 874703610
        },
        {
            "start": 874703613,
            "stop": 874703619
        },
        {
            "start": 874703622,
            "stop": 874703642
        },
        {
            "start": 874703645,
            "stop": 874703653
        },
        {
            "start": 874703657,
            "stop": 874703660
        },
        {
            "start": 874703664,
            "stop": 874703665
        },
        {
            "start": 874703668,
            "stop": 874703705
        },
        {
            "start": 874703709,
            "stop": 874703741
        },
        {
            "start": 874703752,
            "stop": 874703761
        },
        {
            "start": 874703764,
            "stop": 874703768
        }
    ]
}