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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=145",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 146,
    "results": [
        {
            "start": 832884517,
            "stop": 832884946
        },
        {
            "start": 832884948,
            "stop": 832885930
        },
        {
            "start": 832885932,
            "stop": 832886354
        },
        {
            "start": 832886356,
            "stop": 832886566
        },
        {
            "start": 832886567,
            "stop": 832887253
        },
        {
            "start": 832887255,
            "stop": 832888154
        },
        {
            "start": 832888156,
            "stop": 832888218
        },
        {
            "start": 832888219,
            "stop": 832889590
        },
        {
            "start": 832889591,
            "stop": 832889625
        },
        {
            "start": 832889628,
            "stop": 832921388
        },
        {
            "start": 832921389,
            "stop": 832921397
        },
        {
            "start": 832921399,
            "stop": 832923518
        },
        {
            "start": 832923520,
            "stop": 832923553
        },
        {
            "start": 832927446,
            "stop": 832932681
        },
        {
            "start": 832932760,
            "stop": 832939998
        },
        {
            "start": 832940647,
            "stop": 832940793
        },
        {
            "start": 832940903,
            "stop": 832941570
        },
        {
            "start": 832941870,
            "stop": 832950553
        },
        {
            "start": 832955090,
            "stop": 833007533
        },
        {
            "start": 833011436,
            "stop": 833016128
        }
    ]
}