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=29
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=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=28",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 29,
    "results": [
        {
            "start": 819378478,
            "stop": 819380116
        },
        {
            "start": 819380976,
            "stop": 819392347
        },
        {
            "start": 819397710,
            "stop": 819400737
        },
        {
            "start": 819402488,
            "stop": 819404684
        },
        {
            "start": 819405436,
            "stop": 819409213
        },
        {
            "start": 819410200,
            "stop": 819410223
        },
        {
            "start": 819411761,
            "stop": 819418770
        },
        {
            "start": 819419475,
            "stop": 819424082
        },
        {
            "start": 819424973,
            "stop": 819468371
        },
        {
            "start": 819468748,
            "stop": 819480732
        },
        {
            "start": 819486095,
            "stop": 819555904
        },
        {
            "start": 819557861,
            "stop": 819560095
        },
        {
            "start": 819560225,
            "stop": 819573177
        },
        {
            "start": 819574106,
            "stop": 819579897
        },
        {
            "start": 819580664,
            "stop": 819600208
        },
        {
            "start": 819601648,
            "stop": 819604115
        },
        {
            "start": 819605130,
            "stop": 819640831
        },
        {
            "start": 819642439,
            "stop": 819656602
        },
        {
            "start": 819656712,
            "stop": 819657009
        },
        {
            "start": 819659384,
            "stop": 819661316
        }
    ]
}