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=73
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=74",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=72",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 73,
    "results": [
        {
            "start": 1409411432,
            "stop": 1409411513
        },
        {
            "start": 1409411518,
            "stop": 1409411609
        },
        {
            "start": 1409411614,
            "stop": 1409411633
        },
        {
            "start": 1409411638,
            "stop": 1409411645
        },
        {
            "start": 1409411650,
            "stop": 1409412003
        },
        {
            "start": 1409412009,
            "stop": 1409412043
        },
        {
            "start": 1409427138,
            "stop": 1409427279
        },
        {
            "start": 1409427283,
            "stop": 1409429895
        },
        {
            "start": 1409429900,
            "stop": 1409432757
        },
        {
            "start": 1409432762,
            "stop": 1409434310
        },
        {
            "start": 1409434315,
            "stop": 1409441206
        },
        {
            "start": 1409441211,
            "stop": 1409441729
        },
        {
            "start": 1409441734,
            "stop": 1409442268
        },
        {
            "start": 1409449248,
            "stop": 1409467609
        },
        {
            "start": 1409467614,
            "stop": 1409474900
        },
        {
            "start": 1409474905,
            "stop": 1409476523
        },
        {
            "start": 1409476528,
            "stop": 1409476570
        },
        {
            "start": 1409476575,
            "stop": 1409477441
        },
        {
            "start": 1409477445,
            "stop": 1409481128
        },
        {
            "start": 1409491209,
            "stop": 1409493987
        }
    ]
}