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=40898
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=40899",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40897",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40898,
    "results": [
        {
            "start": 875084780,
            "stop": 875084781
        },
        {
            "start": 875084782,
            "stop": 875084859
        },
        {
            "start": 875084860,
            "stop": 875084988
        },
        {
            "start": 875084990,
            "stop": 875085001
        },
        {
            "start": 875085003,
            "stop": 875085117
        },
        {
            "start": 875085118,
            "stop": 875085265
        },
        {
            "start": 875085267,
            "stop": 875085331
        },
        {
            "start": 875085333,
            "stop": 875085367
        },
        {
            "start": 875085368,
            "stop": 875085450
        },
        {
            "start": 875085451,
            "stop": 875085483
        },
        {
            "start": 875085484,
            "stop": 875085563
        },
        {
            "start": 875085565,
            "stop": 875085676
        },
        {
            "start": 875085677,
            "stop": 875085749
        },
        {
            "start": 875085750,
            "stop": 875085752
        },
        {
            "start": 875085753,
            "stop": 875085891
        },
        {
            "start": 875085892,
            "stop": 875085960
        },
        {
            "start": 875085961,
            "stop": 875086014
        },
        {
            "start": 875086015,
            "stop": 875086789
        },
        {
            "start": 875086790,
            "stop": 875086850
        },
        {
            "start": 875086851,
            "stop": 875086980
        }
    ]
}