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=189
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=190",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=188",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 189,
    "results": [
        {
            "start": 931139485,
            "stop": 931139486
        },
        {
            "start": 931139487,
            "stop": 931139488
        },
        {
            "start": 931139493,
            "stop": 931139494
        },
        {
            "start": 931139495,
            "stop": 931139498
        },
        {
            "start": 931139499,
            "stop": 931139501
        },
        {
            "start": 931139505,
            "stop": 931139506
        },
        {
            "start": 931139509,
            "stop": 931139511
        },
        {
            "start": 931139512,
            "stop": 931139518
        },
        {
            "start": 931139519,
            "stop": 931139522
        },
        {
            "start": 931139523,
            "stop": 931139525
        },
        {
            "start": 931139526,
            "stop": 931139531
        },
        {
            "start": 931139533,
            "stop": 931139534
        },
        {
            "start": 931139538,
            "stop": 931139541
        },
        {
            "start": 931139542,
            "stop": 931139544
        },
        {
            "start": 931139546,
            "stop": 931139551
        },
        {
            "start": 931139554,
            "stop": 931139555
        },
        {
            "start": 931139560,
            "stop": 931139564
        },
        {
            "start": 931139565,
            "stop": 931139566
        },
        {
            "start": 931139567,
            "stop": 931139568
        },
        {
            "start": 931139571,
            "stop": 931139573
        }
    ]
}