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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=334",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=332",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 333,
    "results": [
        {
            "start": 1181169801,
            "stop": 1181169803
        },
        {
            "start": 1181169804,
            "stop": 1181170310
        },
        {
            "start": 1181170312,
            "stop": 1181170323
        },
        {
            "start": 1181170324,
            "stop": 1181170383
        },
        {
            "start": 1181170384,
            "stop": 1181172225
        },
        {
            "start": 1181172697,
            "stop": 1181175203
        },
        {
            "start": 1181175204,
            "stop": 1181176598
        },
        {
            "start": 1181176602,
            "stop": 1181176907
        },
        {
            "start": 1181176908,
            "stop": 1181177937
        },
        {
            "start": 1181177938,
            "stop": 1181178678
        },
        {
            "start": 1181178679,
            "stop": 1181179088
        },
        {
            "start": 1181179089,
            "stop": 1181179171
        },
        {
            "start": 1181179172,
            "stop": 1181179534
        },
        {
            "start": 1181179535,
            "stop": 1181180387
        },
        {
            "start": 1181180388,
            "stop": 1181180567
        },
        {
            "start": 1181180568,
            "stop": 1181182520
        },
        {
            "start": 1181182521,
            "stop": 1181185386
        },
        {
            "start": 1181185387,
            "stop": 1181187292
        },
        {
            "start": 1181187293,
            "stop": 1181189889
        },
        {
            "start": 1181189890,
            "stop": 1181191707
        }
    ]
}