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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40550",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40548",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40549,
    "results": [
        {
            "start": 874828214,
            "stop": 874828218
        },
        {
            "start": 874828220,
            "stop": 874828224
        },
        {
            "start": 874828226,
            "stop": 874828232
        },
        {
            "start": 874828234,
            "stop": 874828267
        },
        {
            "start": 874828269,
            "stop": 874828286
        },
        {
            "start": 874828287,
            "stop": 874828311
        },
        {
            "start": 874828312,
            "stop": 874828346
        },
        {
            "start": 874828347,
            "stop": 874828597
        },
        {
            "start": 874828599,
            "stop": 874828642
        },
        {
            "start": 874828643,
            "stop": 874828763
        },
        {
            "start": 874828765,
            "stop": 874828817
        },
        {
            "start": 874828818,
            "stop": 874828848
        },
        {
            "start": 874828849,
            "stop": 874828851
        },
        {
            "start": 874828852,
            "stop": 874828864
        },
        {
            "start": 874828865,
            "stop": 874829000
        },
        {
            "start": 874829001,
            "stop": 874829005
        },
        {
            "start": 874829007,
            "stop": 874829042
        },
        {
            "start": 874829043,
            "stop": 874829085
        },
        {
            "start": 874829087,
            "stop": 874829125
        },
        {
            "start": 874829126,
            "stop": 874829157
        }
    ]
}