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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=212",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 213,
    "results": [
        {
            "start": 834943326,
            "stop": 834946282
        },
        {
            "start": 834947200,
            "stop": 834947900
        },
        {
            "start": 834947955,
            "stop": 834953344
        },
        {
            "start": 834954597,
            "stop": 834954751
        },
        {
            "start": 834954753,
            "stop": 834955033
        },
        {
            "start": 834955195,
            "stop": 834960232
        },
        {
            "start": 834962922,
            "stop": 834968085
        },
        {
            "start": 834968774,
            "stop": 834969642
        },
        {
            "start": 834969644,
            "stop": 834969651
        },
        {
            "start": 834970797,
            "stop": 834974783
        },
        {
            "start": 834974892,
            "stop": 834981566
        },
        {
            "start": 834981621,
            "stop": 834982420
        },
        {
            "start": 834982753,
            "stop": 834986127
        },
        {
            "start": 835032975,
            "stop": 835033592
        },
        {
            "start": 835035468,
            "stop": 835038377
        },
        {
            "start": 835038559,
            "stop": 835039348
        },
        {
            "start": 835040765,
            "stop": 835040818
        },
        {
            "start": 835040821,
            "stop": 835040856
        },
        {
            "start": 835043666,
            "stop": 835043733
        },
        {
            "start": 835043734,
            "stop": 835043863
        }
    ]
}