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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47006",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47004",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 47005,
    "results": [
        {
            "start": 875222766,
            "stop": 875222768
        },
        {
            "start": 875222769,
            "stop": 875222779
        },
        {
            "start": 875222782,
            "stop": 875222791
        },
        {
            "start": 875222795,
            "stop": 875222814
        },
        {
            "start": 875222815,
            "stop": 875222829
        },
        {
            "start": 875222832,
            "stop": 875222835
        },
        {
            "start": 875222838,
            "stop": 875222841
        },
        {
            "start": 875222844,
            "stop": 875222853
        },
        {
            "start": 875222856,
            "stop": 875222879
        },
        {
            "start": 875222882,
            "stop": 875222884
        },
        {
            "start": 875222888,
            "stop": 875222932
        },
        {
            "start": 875222935,
            "stop": 875222963
        },
        {
            "start": 875222966,
            "stop": 875222970
        },
        {
            "start": 875222973,
            "stop": 875222992
        },
        {
            "start": 875222995,
            "stop": 875222998
        },
        {
            "start": 875222999,
            "stop": 875223030
        },
        {
            "start": 875223031,
            "stop": 875223060
        },
        {
            "start": 875223061,
            "stop": 875223068
        },
        {
            "start": 875223069,
            "stop": 875223095
        },
        {
            "start": 875223096,
            "stop": 875223098
        }
    ]
}