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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=320",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=318",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 319,
    "results": [
        {
            "start": 823040040,
            "stop": 823040291
        },
        {
            "start": 823040372,
            "stop": 823042030
        },
        {
            "start": 823042068,
            "stop": 823042740
        },
        {
            "start": 823042860,
            "stop": 823043820
        },
        {
            "start": 823043880,
            "stop": 823046325
        },
        {
            "start": 823046328,
            "stop": 823048693
        },
        {
            "start": 823048874,
            "stop": 823050746
        },
        {
            "start": 823050749,
            "stop": 823052974
        },
        {
            "start": 823052977,
            "stop": 823055700
        },
        {
            "start": 823055880,
            "stop": 823056245
        },
        {
            "start": 823056248,
            "stop": 823056341
        },
        {
            "start": 823056344,
            "stop": 823058628
        },
        {
            "start": 823058632,
            "stop": 823059181
        },
        {
            "start": 823059185,
            "stop": 823059687
        },
        {
            "start": 823059690,
            "stop": 823059891
        },
        {
            "start": 823059894,
            "stop": 823060416
        },
        {
            "start": 823060419,
            "stop": 823061242
        },
        {
            "start": 823061245,
            "stop": 823061901
        },
        {
            "start": 823061904,
            "stop": 823062573
        },
        {
            "start": 823062577,
            "stop": 823062579
        }
    ]
}