Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=59
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=58",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 59,
    "results": [
        {
            "start": 931083424,
            "stop": 931083427
        },
        {
            "start": 931083429,
            "stop": 931083431
        },
        {
            "start": 931083436,
            "stop": 931083439
        },
        {
            "start": 931083440,
            "stop": 931083447
        },
        {
            "start": 931083448,
            "stop": 931083450
        },
        {
            "start": 931083451,
            "stop": 931083452
        },
        {
            "start": 931083453,
            "stop": 931083456
        },
        {
            "start": 931083457,
            "stop": 931083459
        },
        {
            "start": 931083460,
            "stop": 931083462
        },
        {
            "start": 931083463,
            "stop": 931083467
        },
        {
            "start": 931083468,
            "stop": 931083469
        },
        {
            "start": 931083474,
            "stop": 931083488
        },
        {
            "start": 931083490,
            "stop": 931083491
        },
        {
            "start": 931083493,
            "stop": 931083498
        },
        {
            "start": 931083499,
            "stop": 931083500
        },
        {
            "start": 931083502,
            "stop": 931083507
        },
        {
            "start": 931083510,
            "stop": 931083518
        },
        {
            "start": 931083519,
            "stop": 931083520
        },
        {
            "start": 931083524,
            "stop": 931083525
        },
        {
            "start": 931083526,
            "stop": 931083528
        }
    ]
}