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=329
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=330",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=328",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 329,
    "results": [
        {
            "start": 847708861,
            "stop": 847708874
        },
        {
            "start": 847708876,
            "stop": 847708903
        },
        {
            "start": 847708904,
            "stop": 847708946
        },
        {
            "start": 847708947,
            "stop": 847708956
        },
        {
            "start": 847708957,
            "stop": 847708989
        },
        {
            "start": 847708990,
            "stop": 847709064
        },
        {
            "start": 847709065,
            "stop": 847709084
        },
        {
            "start": 847709085,
            "stop": 847709116
        },
        {
            "start": 847709117,
            "stop": 847709159
        },
        {
            "start": 847709160,
            "stop": 847709201
        },
        {
            "start": 847709203,
            "stop": 847709287
        },
        {
            "start": 847709288,
            "stop": 847709340
        },
        {
            "start": 847709341,
            "stop": 847709362
        },
        {
            "start": 847709363,
            "stop": 847709379
        },
        {
            "start": 847709380,
            "stop": 847709382
        },
        {
            "start": 847709383,
            "stop": 847709414
        },
        {
            "start": 847709416,
            "stop": 847709634
        },
        {
            "start": 847709635,
            "stop": 847709798
        },
        {
            "start": 847709799,
            "stop": 847709800
        },
        {
            "start": 847709801,
            "stop": 847709840
        }
    ]
}