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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=654",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=652",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 653,
    "results": [
        {
            "start": 1264303697,
            "stop": 1264304970
        },
        {
            "start": 1264304973,
            "stop": 1264305830
        },
        {
            "start": 1264305833,
            "stop": 1264306489
        },
        {
            "start": 1264306492,
            "stop": 1264307601
        },
        {
            "start": 1264307605,
            "stop": 1264314720
        },
        {
            "start": 1264314723,
            "stop": 1264315625
        },
        {
            "start": 1264315628,
            "stop": 1264315888
        },
        {
            "start": 1264315891,
            "stop": 1264316279
        },
        {
            "start": 1264316282,
            "stop": 1264317353
        },
        {
            "start": 1264317361,
            "stop": 1264319526
        },
        {
            "start": 1264319529,
            "stop": 1264320677
        },
        {
            "start": 1264320680,
            "stop": 1264321342
        },
        {
            "start": 1264321351,
            "stop": 1264321374
        },
        {
            "start": 1264321376,
            "stop": 1264321468
        },
        {
            "start": 1264321473,
            "stop": 1264321540
        },
        {
            "start": 1264321568,
            "stop": 1264322031
        },
        {
            "start": 1264322039,
            "stop": 1264322819
        },
        {
            "start": 1264322822,
            "stop": 1264325613
        },
        {
            "start": 1264325616,
            "stop": 1264325707
        },
        {
            "start": 1264325723,
            "stop": 1264326130
        }
    ]
}