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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=326",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 327,
    "results": [
        {
            "start": 852568997,
            "stop": 852569102
        },
        {
            "start": 852569344,
            "stop": 852569637
        },
        {
            "start": 852569640,
            "stop": 852569726
        },
        {
            "start": 852570026,
            "stop": 852570045
        },
        {
            "start": 852570049,
            "stop": 852571039
        },
        {
            "start": 852571042,
            "stop": 852571757
        },
        {
            "start": 852571763,
            "stop": 852571770
        },
        {
            "start": 852571775,
            "stop": 852571790
        },
        {
            "start": 852571798,
            "stop": 852574706
        },
        {
            "start": 852574709,
            "stop": 852574786
        },
        {
            "start": 852574789,
            "stop": 852574795
        },
        {
            "start": 852574938,
            "stop": 852574957
        },
        {
            "start": 852574960,
            "stop": 852574971
        },
        {
            "start": 852574974,
            "stop": 852575029
        },
        {
            "start": 852575141,
            "stop": 852575173
        },
        {
            "start": 852575473,
            "stop": 852576296
        },
        {
            "start": 852576596,
            "stop": 852576866
        },
        {
            "start": 852576870,
            "stop": 852577261
        },
        {
            "start": 852577561,
            "stop": 852577722
        },
        {
            "start": 852577832,
            "stop": 852578423
        }
    ]
}