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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=579",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=577",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 578,
    "results": [
        {
            "start": 874314647,
            "stop": 874316641
        },
        {
            "start": 874318403,
            "stop": 874333004
        },
        {
            "start": 874333007,
            "stop": 874340680
        },
        {
            "start": 874341390,
            "stop": 874342386
        },
        {
            "start": 874342389,
            "stop": 874342397
        },
        {
            "start": 874342587,
            "stop": 874342957
        },
        {
            "start": 874342961,
            "stop": 874343280
        },
        {
            "start": 874343340,
            "stop": 874345494
        },
        {
            "start": 874345497,
            "stop": 874345500
        },
        {
            "start": 874345560,
            "stop": 874347672
        },
        {
            "start": 874348852,
            "stop": 874349484
        },
        {
            "start": 874350418,
            "stop": 874352463
        },
        {
            "start": 874355523,
            "stop": 874358460
        },
        {
            "start": 874358463,
            "stop": 874358474
        },
        {
            "start": 874358477,
            "stop": 874360393
        },
        {
            "start": 874362690,
            "stop": 874412640
        },
        {
            "start": 874412700,
            "stop": 874424651
        },
        {
            "start": 874424654,
            "stop": 874428120
        },
        {
            "start": 874428180,
            "stop": 874430332
        },
        {
            "start": 874430334,
            "stop": 874436605
        }
    ]
}