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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=139",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 140,
    "results": [
        {
            "start": 1239686774,
            "stop": 1239686789
        },
        {
            "start": 1239686791,
            "stop": 1239686925
        },
        {
            "start": 1239686928,
            "stop": 1239686968
        },
        {
            "start": 1239686971,
            "stop": 1239687090
        },
        {
            "start": 1239687091,
            "stop": 1239687220
        },
        {
            "start": 1239687221,
            "stop": 1239687462
        },
        {
            "start": 1239687463,
            "stop": 1239687503
        },
        {
            "start": 1239687504,
            "stop": 1239687512
        },
        {
            "start": 1239687513,
            "stop": 1239687649
        },
        {
            "start": 1239687766,
            "stop": 1239687881
        },
        {
            "start": 1239687882,
            "stop": 1239688222
        },
        {
            "start": 1239688223,
            "stop": 1239688241
        },
        {
            "start": 1239688243,
            "stop": 1239688245
        },
        {
            "start": 1239688247,
            "stop": 1239688330
        },
        {
            "start": 1239688331,
            "stop": 1239688376
        },
        {
            "start": 1239688377,
            "stop": 1239688419
        },
        {
            "start": 1239688421,
            "stop": 1239688832
        },
        {
            "start": 1239688833,
            "stop": 1239688958
        },
        {
            "start": 1239688966,
            "stop": 1239689018
        },
        {
            "start": 1239689019,
            "stop": 1239689038
        }
    ]
}