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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29396",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29394",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29395,
    "results": [
        {
            "start": 971403251,
            "stop": 971403256
        },
        {
            "start": 971403258,
            "stop": 971403259
        },
        {
            "start": 971403260,
            "stop": 971403266
        },
        {
            "start": 971403267,
            "stop": 971403269
        },
        {
            "start": 971403273,
            "stop": 971403274
        },
        {
            "start": 971403276,
            "stop": 971403289
        },
        {
            "start": 971403290,
            "stop": 971403292
        },
        {
            "start": 971403294,
            "stop": 971403295
        },
        {
            "start": 971403298,
            "stop": 971403304
        },
        {
            "start": 971403306,
            "stop": 971403315
        },
        {
            "start": 971403319,
            "stop": 971403321
        },
        {
            "start": 971403322,
            "stop": 971403323
        },
        {
            "start": 971403325,
            "stop": 971403335
        },
        {
            "start": 971403336,
            "stop": 971403339
        },
        {
            "start": 971403340,
            "stop": 971403353
        },
        {
            "start": 971403355,
            "stop": 971403360
        },
        {
            "start": 971403363,
            "stop": 971403366
        },
        {
            "start": 971403367,
            "stop": 971403373
        },
        {
            "start": 971403374,
            "stop": 971403375
        },
        {
            "start": 971403378,
            "stop": 971403384
        }
    ]
}