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=5931
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=5932",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5930",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5931,
    "results": [
        {
            "start": 875199342,
            "stop": 875199359
        },
        {
            "start": 875199362,
            "stop": 875199398
        },
        {
            "start": 875199401,
            "stop": 875199453
        },
        {
            "start": 875199456,
            "stop": 875199508
        },
        {
            "start": 875199511,
            "stop": 875199583
        },
        {
            "start": 875199586,
            "stop": 875199591
        },
        {
            "start": 875199594,
            "stop": 875199672
        },
        {
            "start": 875199678,
            "stop": 875199725
        },
        {
            "start": 875199732,
            "stop": 875199749
        },
        {
            "start": 875199752,
            "stop": 875199796
        },
        {
            "start": 875199799,
            "stop": 875199820
        },
        {
            "start": 875199827,
            "stop": 875199925
        },
        {
            "start": 875199929,
            "stop": 875199935
        },
        {
            "start": 875199938,
            "stop": 875199968
        },
        {
            "start": 875199971,
            "stop": 875199993
        },
        {
            "start": 875199996,
            "stop": 875200001
        },
        {
            "start": 875200004,
            "stop": 875200054
        },
        {
            "start": 875200058,
            "stop": 875200143
        },
        {
            "start": 875200146,
            "stop": 875200147
        },
        {
            "start": 875200152,
            "stop": 875200382
        }
    ]
}