Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=366
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=367",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=365",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 366,
    "results": [
        {
            "start": 848341854,
            "stop": 848345012
        },
        {
            "start": 848345116,
            "stop": 848346467
        },
        {
            "start": 848346468,
            "stop": 848350079
        },
        {
            "start": 848350081,
            "stop": 848354510
        },
        {
            "start": 848354511,
            "stop": 848354651
        },
        {
            "start": 848354653,
            "stop": 848359729
        },
        {
            "start": 848359731,
            "stop": 848361200
        },
        {
            "start": 848361202,
            "stop": 848361625
        },
        {
            "start": 848362971,
            "stop": 848368785
        },
        {
            "start": 848368787,
            "stop": 848390660
        },
        {
            "start": 848391679,
            "stop": 848398706
        },
        {
            "start": 848398708,
            "stop": 848405190
        },
        {
            "start": 848405192,
            "stop": 848407448
        },
        {
            "start": 848407450,
            "stop": 848407471
        },
        {
            "start": 848407473,
            "stop": 848408544
        },
        {
            "start": 848408546,
            "stop": 848409080
        },
        {
            "start": 848422343,
            "stop": 848425530
        },
        {
            "start": 848426800,
            "stop": 848430984
        },
        {
            "start": 848433740,
            "stop": 848433946
        },
        {
            "start": 848434036,
            "stop": 848434279
        }
    ]
}