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=7038
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=7039",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7037",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7038,
    "results": [
        {
            "start": 874132774,
            "stop": 874133703
        },
        {
            "start": 874133706,
            "stop": 874134646
        },
        {
            "start": 874134649,
            "stop": 874134766
        },
        {
            "start": 874134769,
            "stop": 874135264
        },
        {
            "start": 874135267,
            "stop": 874135357
        },
        {
            "start": 874135360,
            "stop": 874135470
        },
        {
            "start": 874137210,
            "stop": 874137252
        },
        {
            "start": 874137255,
            "stop": 874137264
        },
        {
            "start": 874137267,
            "stop": 874137703
        },
        {
            "start": 874137706,
            "stop": 874137968
        },
        {
            "start": 874137971,
            "stop": 874138002
        },
        {
            "start": 874138005,
            "stop": 874138074
        },
        {
            "start": 874138077,
            "stop": 874138297
        },
        {
            "start": 874138301,
            "stop": 874138363
        },
        {
            "start": 874138366,
            "stop": 874138378
        },
        {
            "start": 874138381,
            "stop": 874138388
        },
        {
            "start": 874138391,
            "stop": 874139129
        },
        {
            "start": 874139132,
            "stop": 874139177
        },
        {
            "start": 874139180,
            "stop": 874139909
        },
        {
            "start": 874139914,
            "stop": 874139927
        }
    ]
}