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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33205",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33203",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33204,
    "results": [
        {
            "start": 970902266,
            "stop": 970902313
        },
        {
            "start": 970902314,
            "stop": 970902339
        },
        {
            "start": 970902342,
            "stop": 970902525
        },
        {
            "start": 970902532,
            "stop": 970902783
        },
        {
            "start": 970902789,
            "stop": 970902948
        },
        {
            "start": 970902949,
            "stop": 970903172
        },
        {
            "start": 970903173,
            "stop": 970903734
        },
        {
            "start": 970903737,
            "stop": 970903844
        },
        {
            "start": 970903846,
            "stop": 970904054
        },
        {
            "start": 970904057,
            "stop": 970904083
        },
        {
            "start": 970904086,
            "stop": 970904107
        },
        {
            "start": 970904110,
            "stop": 970904161
        },
        {
            "start": 970904164,
            "stop": 970904170
        },
        {
            "start": 970904173,
            "stop": 970904302
        },
        {
            "start": 970904303,
            "stop": 970904356
        },
        {
            "start": 970904359,
            "stop": 970904658
        },
        {
            "start": 970904659,
            "stop": 970904718
        },
        {
            "start": 970904721,
            "stop": 970904891
        },
        {
            "start": 970904892,
            "stop": 970905067
        },
        {
            "start": 970905069,
            "stop": 970905220
        }
    ]
}