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_CAT3H/segments?format=api&page=180
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=181",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=179",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 180,
    "results": [
        {
            "start": 931138359,
            "stop": 931138365
        },
        {
            "start": 931138366,
            "stop": 931138369
        },
        {
            "start": 931138370,
            "stop": 931138374
        },
        {
            "start": 931138377,
            "stop": 931138378
        },
        {
            "start": 931138379,
            "stop": 931138380
        },
        {
            "start": 931138383,
            "stop": 931138388
        },
        {
            "start": 931138390,
            "stop": 931138396
        },
        {
            "start": 931138401,
            "stop": 931138402
        },
        {
            "start": 931138407,
            "stop": 931138410
        },
        {
            "start": 931138411,
            "stop": 931138421
        },
        {
            "start": 931138424,
            "stop": 931138425
        },
        {
            "start": 931138426,
            "stop": 931138433
        },
        {
            "start": 931138435,
            "stop": 931138438
        },
        {
            "start": 931138440,
            "stop": 931138441
        },
        {
            "start": 931138443,
            "stop": 931138444
        },
        {
            "start": 931138448,
            "stop": 931138449
        },
        {
            "start": 931138452,
            "stop": 931138453
        },
        {
            "start": 931138456,
            "stop": 931138461
        },
        {
            "start": 931138463,
            "stop": 931138468
        },
        {
            "start": 931138469,
            "stop": 931138471
        }
    ]
}