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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5246",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5244",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5245,
    "results": [
        {
            "start": 1137057278,
            "stop": 1137057282
        },
        {
            "start": 1137057284,
            "stop": 1137057335
        },
        {
            "start": 1137057337,
            "stop": 1137057353
        },
        {
            "start": 1137057355,
            "stop": 1137057375
        },
        {
            "start": 1137057379,
            "stop": 1137057393
        },
        {
            "start": 1137057396,
            "stop": 1137057402
        },
        {
            "start": 1137057404,
            "stop": 1137057416
        },
        {
            "start": 1137057418,
            "stop": 1137057424
        },
        {
            "start": 1137057426,
            "stop": 1137057428
        },
        {
            "start": 1137057430,
            "stop": 1137057432
        },
        {
            "start": 1137057433,
            "stop": 1137057484
        },
        {
            "start": 1137057485,
            "stop": 1137057507
        },
        {
            "start": 1137057508,
            "stop": 1137057534
        },
        {
            "start": 1137057536,
            "stop": 1137057548
        },
        {
            "start": 1137057550,
            "stop": 1137057588
        },
        {
            "start": 1137057590,
            "stop": 1137057619
        },
        {
            "start": 1137057621,
            "stop": 1137057666
        },
        {
            "start": 1137057668,
            "stop": 1137057669
        },
        {
            "start": 1137057671,
            "stop": 1137057673
        },
        {
            "start": 1137057675,
            "stop": 1137057728
        }
    ]
}