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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=120",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 121,
    "results": [
        {
            "start": 821497836,
            "stop": 821497848
        },
        {
            "start": 821497857,
            "stop": 821497869
        },
        {
            "start": 821497872,
            "stop": 821497879
        },
        {
            "start": 821497882,
            "stop": 821497883
        },
        {
            "start": 821497886,
            "stop": 821497887
        },
        {
            "start": 821497890,
            "stop": 821497912
        },
        {
            "start": 821497915,
            "stop": 821497918
        },
        {
            "start": 821497921,
            "stop": 821497930
        },
        {
            "start": 821497933,
            "stop": 821497956
        },
        {
            "start": 821497959,
            "stop": 821497961
        },
        {
            "start": 821497964,
            "stop": 821497965
        },
        {
            "start": 821497968,
            "stop": 821497991
        },
        {
            "start": 821497994,
            "stop": 821497996
        },
        {
            "start": 821498000,
            "stop": 821498026
        },
        {
            "start": 821498029,
            "stop": 821498044
        },
        {
            "start": 821498047,
            "stop": 821498048
        },
        {
            "start": 821498051,
            "stop": 821498066
        },
        {
            "start": 821498069,
            "stop": 821498083
        },
        {
            "start": 821498088,
            "stop": 821498116
        },
        {
            "start": 821498125,
            "stop": 821498136
        }
    ]
}