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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=101",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 102,
    "results": [
        {
            "start": 1376934263,
            "stop": 1376940342
        },
        {
            "start": 1376940347,
            "stop": 1376941060
        },
        {
            "start": 1376941065,
            "stop": 1376943882
        },
        {
            "start": 1376943887,
            "stop": 1376955091
        },
        {
            "start": 1376955096,
            "stop": 1376955765
        },
        {
            "start": 1376955770,
            "stop": 1376957809
        },
        {
            "start": 1376957814,
            "stop": 1376960895
        },
        {
            "start": 1376960900,
            "stop": 1376962841
        },
        {
            "start": 1376962846,
            "stop": 1376965616
        },
        {
            "start": 1376965621,
            "stop": 1376967484
        },
        {
            "start": 1376967489,
            "stop": 1376967997
        },
        {
            "start": 1376968002,
            "stop": 1376970917
        },
        {
            "start": 1376970922,
            "stop": 1376976814
        },
        {
            "start": 1376976819,
            "stop": 1376981769
        },
        {
            "start": 1376981774,
            "stop": 1376983178
        },
        {
            "start": 1376983183,
            "stop": 1376985456
        },
        {
            "start": 1376985461,
            "stop": 1376992729
        },
        {
            "start": 1376992734,
            "stop": 1376992893
        },
        {
            "start": 1376992898,
            "stop": 1376993612
        },
        {
            "start": 1376993616,
            "stop": 1376993820
        }
    ]
}