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=7168
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=7169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7167",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7168,
    "results": [
        {
            "start": 875101548,
            "stop": 875101593
        },
        {
            "start": 875101596,
            "stop": 875101597
        },
        {
            "start": 875101600,
            "stop": 875101810
        },
        {
            "start": 875101816,
            "stop": 875101847
        },
        {
            "start": 875101850,
            "stop": 875101866
        },
        {
            "start": 875101869,
            "stop": 875101894
        },
        {
            "start": 875101897,
            "stop": 875101953
        },
        {
            "start": 875101956,
            "stop": 875101973
        },
        {
            "start": 875101976,
            "stop": 875102025
        },
        {
            "start": 875102035,
            "stop": 875102081
        },
        {
            "start": 875102084,
            "stop": 875102091
        },
        {
            "start": 875102094,
            "stop": 875102102
        },
        {
            "start": 875102105,
            "stop": 875102106
        },
        {
            "start": 875102111,
            "stop": 875102120
        },
        {
            "start": 875102126,
            "stop": 875102136
        },
        {
            "start": 875102139,
            "stop": 875102146
        },
        {
            "start": 875102149,
            "stop": 875102181
        },
        {
            "start": 875102184,
            "stop": 875102317
        },
        {
            "start": 875102322,
            "stop": 875102362
        },
        {
            "start": 875102366,
            "stop": 875102372
        }
    ]
}