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=33245
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=33246",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33244",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33245,
    "results": [
        {
            "start": 970985284,
            "stop": 970985318
        },
        {
            "start": 970985322,
            "stop": 970985357
        },
        {
            "start": 970985360,
            "stop": 970985375
        },
        {
            "start": 970985376,
            "stop": 970985396
        },
        {
            "start": 970985399,
            "stop": 970985400
        },
        {
            "start": 970985401,
            "stop": 970985417
        },
        {
            "start": 970985418,
            "stop": 970985419
        },
        {
            "start": 970985420,
            "stop": 970985434
        },
        {
            "start": 970985436,
            "stop": 970985479
        },
        {
            "start": 970985481,
            "stop": 970985519
        },
        {
            "start": 970985520,
            "stop": 970985524
        },
        {
            "start": 970985526,
            "stop": 970985530
        },
        {
            "start": 970985531,
            "stop": 970985558
        },
        {
            "start": 970985560,
            "stop": 970985562
        },
        {
            "start": 970985565,
            "stop": 970985598
        },
        {
            "start": 970985599,
            "stop": 970985634
        },
        {
            "start": 970985636,
            "stop": 970985684
        },
        {
            "start": 970985685,
            "stop": 970985700
        },
        {
            "start": 970985701,
            "stop": 970985711
        },
        {
            "start": 970985712,
            "stop": 970985736
        }
    ]
}