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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1702",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1700",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1701,
    "results": [
        {
            "start": 1249038142,
            "stop": 1249038383
        },
        {
            "start": 1249038386,
            "stop": 1249038567
        },
        {
            "start": 1249038570,
            "stop": 1249038573
        },
        {
            "start": 1249038576,
            "stop": 1249038657
        },
        {
            "start": 1249038659,
            "stop": 1249038816
        },
        {
            "start": 1249038818,
            "stop": 1249039032
        },
        {
            "start": 1249039035,
            "stop": 1249039348
        },
        {
            "start": 1249039351,
            "stop": 1249039376
        },
        {
            "start": 1249039377,
            "stop": 1249039597
        },
        {
            "start": 1249039600,
            "stop": 1249039804
        },
        {
            "start": 1249039807,
            "stop": 1249040196
        },
        {
            "start": 1249040199,
            "stop": 1249040315
        },
        {
            "start": 1249040318,
            "stop": 1249040378
        },
        {
            "start": 1249040381,
            "stop": 1249040455
        },
        {
            "start": 1249040458,
            "stop": 1249040555
        },
        {
            "start": 1249040558,
            "stop": 1249041065
        },
        {
            "start": 1249041068,
            "stop": 1249041215
        },
        {
            "start": 1249041218,
            "stop": 1249041266
        },
        {
            "start": 1249041269,
            "stop": 1249041398
        },
        {
            "start": 1249041401,
            "stop": 1249042894
        }
    ]
}