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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3178",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3179,
    "results": [
        {
            "start": 870021720,
            "stop": 870023831
        },
        {
            "start": 870031260,
            "stop": 870031313
        },
        {
            "start": 870031391,
            "stop": 870031408
        },
        {
            "start": 870032220,
            "stop": 870032280
        },
        {
            "start": 870032880,
            "stop": 870032940
        },
        {
            "start": 870033300,
            "stop": 870033360
        },
        {
            "start": 870033480,
            "stop": 870033884
        },
        {
            "start": 870034186,
            "stop": 870035964
        },
        {
            "start": 870035968,
            "stop": 870038404
        },
        {
            "start": 870040300,
            "stop": 870045137
        },
        {
            "start": 870045143,
            "stop": 870045156
        },
        {
            "start": 870045158,
            "stop": 870045180
        },
        {
            "start": 870045240,
            "stop": 870046091
        },
        {
            "start": 870046418,
            "stop": 870048704
        },
        {
            "start": 870048885,
            "stop": 870050144
        },
        {
            "start": 870050325,
            "stop": 870051360
        },
        {
            "start": 870051420,
            "stop": 870052046
        },
        {
            "start": 870052201,
            "stop": 870058000
        },
        {
            "start": 870058300,
            "stop": 870058416
        },
        {
            "start": 870058740,
            "stop": 870058800
        }
    ]
}