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=5887
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=5888",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5886",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5887,
    "results": [
        {
            "start": 874950603,
            "stop": 874950613
        },
        {
            "start": 874950616,
            "stop": 874950723
        },
        {
            "start": 874951918,
            "stop": 874952253
        },
        {
            "start": 874952256,
            "stop": 874952314
        },
        {
            "start": 874954192,
            "stop": 874957246
        },
        {
            "start": 874957249,
            "stop": 874957265
        },
        {
            "start": 874957268,
            "stop": 874957860
        },
        {
            "start": 874957863,
            "stop": 874958381
        },
        {
            "start": 874958384,
            "stop": 874958742
        },
        {
            "start": 874958745,
            "stop": 874958912
        },
        {
            "start": 874958915,
            "stop": 874958958
        },
        {
            "start": 874968343,
            "stop": 874972454
        },
        {
            "start": 874972478,
            "stop": 874976383
        },
        {
            "start": 874976388,
            "stop": 874977259
        },
        {
            "start": 874979015,
            "stop": 874979247
        },
        {
            "start": 874981224,
            "stop": 874985466
        },
        {
            "start": 874986868,
            "stop": 874987805
        },
        {
            "start": 874990134,
            "stop": 875007374
        },
        {
            "start": 875007380,
            "stop": 875014045
        },
        {
            "start": 875014048,
            "stop": 875014606
        }
    ]
}