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=6648
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=6649",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6647",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6648,
    "results": [
        {
            "start": 874972360,
            "stop": 874972454
        },
        {
            "start": 874972478,
            "stop": 874972690
        },
        {
            "start": 874972691,
            "stop": 874972712
        },
        {
            "start": 874972713,
            "stop": 874973224
        },
        {
            "start": 874973225,
            "stop": 874973242
        },
        {
            "start": 874973243,
            "stop": 874973323
        },
        {
            "start": 874973324,
            "stop": 874973701
        },
        {
            "start": 874973702,
            "stop": 874973799
        },
        {
            "start": 874973800,
            "stop": 874974154
        },
        {
            "start": 874974155,
            "stop": 874974407
        },
        {
            "start": 874974408,
            "stop": 874974468
        },
        {
            "start": 874974469,
            "stop": 874974943
        },
        {
            "start": 874974944,
            "stop": 874975535
        },
        {
            "start": 874975537,
            "stop": 874975577
        },
        {
            "start": 874975578,
            "stop": 874976033
        },
        {
            "start": 874976034,
            "stop": 874976444
        },
        {
            "start": 874976445,
            "stop": 874976554
        },
        {
            "start": 874976555,
            "stop": 874976631
        },
        {
            "start": 874976632,
            "stop": 874977300
        },
        {
            "start": 874979015,
            "stop": 874979231
        }
    ]
}