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=140
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=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=139",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 140,
    "results": [
        {
            "start": 818049957,
            "stop": 818049958
        },
        {
            "start": 818049961,
            "stop": 818050008
        },
        {
            "start": 818050011,
            "stop": 818050015
        },
        {
            "start": 818050018,
            "stop": 818050036
        },
        {
            "start": 818050043,
            "stop": 818050140
        },
        {
            "start": 818050143,
            "stop": 818050173
        },
        {
            "start": 818050176,
            "stop": 818050180
        },
        {
            "start": 818050183,
            "stop": 818050204
        },
        {
            "start": 818050207,
            "stop": 818050239
        },
        {
            "start": 818050242,
            "stop": 818050254
        },
        {
            "start": 818050257,
            "stop": 818050260
        },
        {
            "start": 818050263,
            "stop": 818050279
        },
        {
            "start": 818050282,
            "stop": 818050327
        },
        {
            "start": 818050330,
            "stop": 818050337
        },
        {
            "start": 818050340,
            "stop": 818050358
        },
        {
            "start": 818050361,
            "stop": 818050386
        },
        {
            "start": 818050391,
            "stop": 818050401
        },
        {
            "start": 818050404,
            "stop": 818050463
        },
        {
            "start": 818050466,
            "stop": 818050485
        },
        {
            "start": 818050488,
            "stop": 818050491
        }
    ]
}