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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5243",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5241",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5242,
    "results": [
        {
            "start": 1137056362,
            "stop": 1137056364
        },
        {
            "start": 1137056365,
            "stop": 1137056369
        },
        {
            "start": 1137056370,
            "stop": 1137056371
        },
        {
            "start": 1137056373,
            "stop": 1137056382
        },
        {
            "start": 1137056384,
            "stop": 1137056386
        },
        {
            "start": 1137056389,
            "stop": 1137056394
        },
        {
            "start": 1137056396,
            "stop": 1137056405
        },
        {
            "start": 1137056406,
            "stop": 1137056414
        },
        {
            "start": 1137056416,
            "stop": 1137056428
        },
        {
            "start": 1137056432,
            "stop": 1137056434
        },
        {
            "start": 1137056436,
            "stop": 1137056441
        },
        {
            "start": 1137056443,
            "stop": 1137056464
        },
        {
            "start": 1137056465,
            "stop": 1137056467
        },
        {
            "start": 1137056469,
            "stop": 1137056470
        },
        {
            "start": 1137056472,
            "stop": 1137056473
        },
        {
            "start": 1137056475,
            "stop": 1137056480
        },
        {
            "start": 1137056482,
            "stop": 1137056484
        },
        {
            "start": 1137056487,
            "stop": 1137056491
        },
        {
            "start": 1137056494,
            "stop": 1137056500
        },
        {
            "start": 1137056501,
            "stop": 1137056505
        }
    ]
}