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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=244",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 245,
    "results": [
        {
            "start": 1422056711,
            "stop": 1422056754
        },
        {
            "start": 1422056755,
            "stop": 1422056759
        },
        {
            "start": 1422056763,
            "stop": 1422056787
        },
        {
            "start": 1422056791,
            "stop": 1422056816
        },
        {
            "start": 1422056817,
            "stop": 1422056900
        },
        {
            "start": 1422056903,
            "stop": 1422056909
        },
        {
            "start": 1422062875,
            "stop": 1422062920
        },
        {
            "start": 1422062924,
            "stop": 1422062935
        },
        {
            "start": 1422062937,
            "stop": 1422062940
        },
        {
            "start": 1422062948,
            "stop": 1422062952
        },
        {
            "start": 1422062968,
            "stop": 1422062988
        },
        {
            "start": 1422063028,
            "stop": 1422063036
        },
        {
            "start": 1422063040,
            "stop": 1422063048
        },
        {
            "start": 1422063060,
            "stop": 1422063072
        },
        {
            "start": 1422063076,
            "stop": 1422063124
        },
        {
            "start": 1422063128,
            "stop": 1422063168
        },
        {
            "start": 1422063172,
            "stop": 1422063175
        },
        {
            "start": 1422063177,
            "stop": 1422063236
        },
        {
            "start": 1422063238,
            "stop": 1422063240
        },
        {
            "start": 1422063248,
            "stop": 1422063272
        }
    ]
}