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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2939",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2937",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2938,
    "results": [
        {
            "start": 859139310,
            "stop": 859139321
        },
        {
            "start": 859139328,
            "stop": 859139342
        },
        {
            "start": 859139348,
            "stop": 859139355
        },
        {
            "start": 859139358,
            "stop": 859139365
        },
        {
            "start": 859139371,
            "stop": 859140646
        },
        {
            "start": 859141002,
            "stop": 859143600
        },
        {
            "start": 859143660,
            "stop": 859143720
        },
        {
            "start": 859143900,
            "stop": 859144440
        },
        {
            "start": 859144500,
            "stop": 859145480
        },
        {
            "start": 859145483,
            "stop": 859145588
        },
        {
            "start": 859147006,
            "stop": 859147337
        },
        {
            "start": 859147343,
            "stop": 859147607
        },
        {
            "start": 859147610,
            "stop": 859147722
        },
        {
            "start": 859147728,
            "stop": 859147740
        },
        {
            "start": 859147860,
            "stop": 859151297
        },
        {
            "start": 859151300,
            "stop": 859152457
        },
        {
            "start": 859152465,
            "stop": 859152480
        },
        {
            "start": 859152540,
            "stop": 859152837
        },
        {
            "start": 859152900,
            "stop": 859153720
        },
        {
            "start": 859153723,
            "stop": 859154446
        }
    ]
}