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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7257",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7255",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7256,
    "results": [
        {
            "start": 874909808,
            "stop": 874910106
        },
        {
            "start": 874910108,
            "stop": 874910646
        },
        {
            "start": 874910647,
            "stop": 874911081
        },
        {
            "start": 874911082,
            "stop": 874911084
        },
        {
            "start": 874911085,
            "stop": 874911338
        },
        {
            "start": 874911339,
            "stop": 874911551
        },
        {
            "start": 874911552,
            "stop": 874912110
        },
        {
            "start": 874912111,
            "stop": 874912315
        },
        {
            "start": 874912316,
            "stop": 874912870
        },
        {
            "start": 874912871,
            "stop": 874913069
        },
        {
            "start": 874913070,
            "stop": 874913545
        },
        {
            "start": 874913546,
            "stop": 874913566
        },
        {
            "start": 874913567,
            "stop": 874914389
        },
        {
            "start": 874914390,
            "stop": 874914441
        },
        {
            "start": 874914442,
            "stop": 874914492
        },
        {
            "start": 874914493,
            "stop": 874914648
        },
        {
            "start": 874914649,
            "stop": 874914662
        },
        {
            "start": 874914663,
            "stop": 874915384
        },
        {
            "start": 874915385,
            "stop": 874915517
        },
        {
            "start": 874915518,
            "stop": 874915899
        }
    ]
}