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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=131",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 132,
    "results": [
        {
            "start": 834099588,
            "stop": 834105126
        },
        {
            "start": 834108925,
            "stop": 834109667
        },
        {
            "start": 834109669,
            "stop": 834111722
        },
        {
            "start": 834111723,
            "stop": 834117401
        },
        {
            "start": 834119344,
            "stop": 834121607
        },
        {
            "start": 834121608,
            "stop": 834125216
        },
        {
            "start": 834125218,
            "stop": 834126661
        },
        {
            "start": 834126663,
            "stop": 834126710
        },
        {
            "start": 834127770,
            "stop": 834156418
        },
        {
            "start": 834156528,
            "stop": 834156600
        },
        {
            "start": 834156900,
            "stop": 834178756
        },
        {
            "start": 834185745,
            "stop": 834185832
        },
        {
            "start": 834185942,
            "stop": 834185972
        },
        {
            "start": 834186272,
            "stop": 834189173
        },
        {
            "start": 834189175,
            "stop": 834189176
        },
        {
            "start": 834189178,
            "stop": 834189184
        },
        {
            "start": 834190907,
            "stop": 834193508
        },
        {
            "start": 834193510,
            "stop": 834193530
        },
        {
            "start": 834193535,
            "stop": 834193545
        },
        {
            "start": 834193547,
            "stop": 834193549
        }
    ]
}