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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=178",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 179,
    "results": [
        {
            "start": 818169483,
            "stop": 818169489
        },
        {
            "start": 818169500,
            "stop": 818169501
        },
        {
            "start": 818169556,
            "stop": 818169563
        },
        {
            "start": 818169591,
            "stop": 818169594
        },
        {
            "start": 818169610,
            "stop": 818169614
        },
        {
            "start": 818169621,
            "stop": 818169627
        },
        {
            "start": 818169632,
            "stop": 818169633
        },
        {
            "start": 818169650,
            "stop": 818169652
        },
        {
            "start": 818169678,
            "stop": 818169687
        },
        {
            "start": 818169693,
            "stop": 818169696
        },
        {
            "start": 818169701,
            "stop": 818169702
        },
        {
            "start": 818169707,
            "stop": 818169708
        },
        {
            "start": 818169711,
            "stop": 818169715
        },
        {
            "start": 818169721,
            "stop": 818169724
        },
        {
            "start": 818169727,
            "stop": 818169741
        },
        {
            "start": 818169751,
            "stop": 818169757
        },
        {
            "start": 818169766,
            "stop": 818169767
        },
        {
            "start": 818169779,
            "stop": 818169782
        },
        {
            "start": 818169788,
            "stop": 818169794
        },
        {
            "start": 818169799,
            "stop": 818169803
        }
    ]
}