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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=131",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 132,
    "results": [
        {
            "start": 1416611100,
            "stop": 1416611112
        },
        {
            "start": 1416611117,
            "stop": 1416611591
        },
        {
            "start": 1416611594,
            "stop": 1416613353
        },
        {
            "start": 1416613358,
            "stop": 1416616546
        },
        {
            "start": 1416616551,
            "stop": 1416616715
        },
        {
            "start": 1416616720,
            "stop": 1416617494
        },
        {
            "start": 1416617497,
            "stop": 1416619636
        },
        {
            "start": 1416619641,
            "stop": 1416621596
        },
        {
            "start": 1416621601,
            "stop": 1416622354
        },
        {
            "start": 1416622359,
            "stop": 1416624691
        },
        {
            "start": 1416630324,
            "stop": 1416631535
        },
        {
            "start": 1416631540,
            "stop": 1416634683
        },
        {
            "start": 1416634688,
            "stop": 1416634750
        },
        {
            "start": 1416634755,
            "stop": 1416637324
        },
        {
            "start": 1416637329,
            "stop": 1416641594
        },
        {
            "start": 1416644885,
            "stop": 1416650183
        },
        {
            "start": 1416650188,
            "stop": 1416651304
        },
        {
            "start": 1416651308,
            "stop": 1416658327
        },
        {
            "start": 1416658332,
            "stop": 1416659625
        },
        {
            "start": 1416659630,
            "stop": 1416664648
        }
    ]
}