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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3086",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3084",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3085,
    "results": [
        {
            "start": 866220180,
            "stop": 866221080
        },
        {
            "start": 866221140,
            "stop": 866221684
        },
        {
            "start": 866222306,
            "stop": 866222422
        },
        {
            "start": 866224786,
            "stop": 866224980
        },
        {
            "start": 866225590,
            "stop": 866225821
        },
        {
            "start": 866226157,
            "stop": 866226404
        },
        {
            "start": 866226585,
            "stop": 866226640
        },
        {
            "start": 866226940,
            "stop": 866229360
        },
        {
            "start": 866229420,
            "stop": 866229540
        },
        {
            "start": 866229600,
            "stop": 866229601
        },
        {
            "start": 866229602,
            "stop": 866229620
        },
        {
            "start": 866229628,
            "stop": 866229660
        },
        {
            "start": 866229996,
            "stop": 866230200
        },
        {
            "start": 866230260,
            "stop": 866230320
        },
        {
            "start": 866230325,
            "stop": 866231388
        },
        {
            "start": 866232125,
            "stop": 866232146
        },
        {
            "start": 866232458,
            "stop": 866232475
        },
        {
            "start": 866232918,
            "stop": 866235540
        },
        {
            "start": 866235765,
            "stop": 866235948
        },
        {
            "start": 866236248,
            "stop": 866236440
        }
    ]
}