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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6906",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6904",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6905,
    "results": [
        {
            "start": 873484425,
            "stop": 873484931
        },
        {
            "start": 873484934,
            "stop": 873484975
        },
        {
            "start": 873484978,
            "stop": 873485189
        },
        {
            "start": 873485193,
            "stop": 873485370
        },
        {
            "start": 873486330,
            "stop": 873486352
        },
        {
            "start": 873486356,
            "stop": 873486375
        },
        {
            "start": 873486378,
            "stop": 873486418
        },
        {
            "start": 873486423,
            "stop": 873486597
        },
        {
            "start": 873486840,
            "stop": 873486842
        },
        {
            "start": 873487850,
            "stop": 873487854
        },
        {
            "start": 873487855,
            "stop": 873487857
        },
        {
            "start": 873487858,
            "stop": 873487864
        },
        {
            "start": 873487866,
            "stop": 873487868
        },
        {
            "start": 873487869,
            "stop": 873487880
        },
        {
            "start": 873487884,
            "stop": 873487934
        },
        {
            "start": 873487935,
            "stop": 873487996
        },
        {
            "start": 873488000,
            "stop": 873488051
        },
        {
            "start": 873488054,
            "stop": 873488181
        },
        {
            "start": 873488185,
            "stop": 873488188
        },
        {
            "start": 873488192,
            "stop": 873488199
        }
    ]
}