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=288
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=289",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=287",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 288,
    "results": [
        {
            "start": 822643594,
            "stop": 822643871
        },
        {
            "start": 822643875,
            "stop": 822644048
        },
        {
            "start": 822644051,
            "stop": 822644198
        },
        {
            "start": 822644201,
            "stop": 822644340
        },
        {
            "start": 822644460,
            "stop": 822644512
        },
        {
            "start": 822644515,
            "stop": 822644853
        },
        {
            "start": 822644857,
            "stop": 822644886
        },
        {
            "start": 822644889,
            "stop": 822645002
        },
        {
            "start": 822645005,
            "stop": 822645007
        },
        {
            "start": 822645010,
            "stop": 822645473
        },
        {
            "start": 822645476,
            "stop": 822645669
        },
        {
            "start": 822645672,
            "stop": 822645820
        },
        {
            "start": 822645823,
            "stop": 822646272
        },
        {
            "start": 822646275,
            "stop": 822646278
        },
        {
            "start": 822646281,
            "stop": 822646602
        },
        {
            "start": 822646605,
            "stop": 822646964
        },
        {
            "start": 822647145,
            "stop": 822647221
        },
        {
            "start": 822647224,
            "stop": 822647684
        },
        {
            "start": 822647865,
            "stop": 822647871
        },
        {
            "start": 822647874,
            "stop": 822647893
        }
    ]
}