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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5007",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5005",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5006,
    "results": [
        {
            "start": 874544453,
            "stop": 874544507
        },
        {
            "start": 874544514,
            "stop": 874544566
        },
        {
            "start": 874544580,
            "stop": 874544611
        },
        {
            "start": 874544618,
            "stop": 874544689
        },
        {
            "start": 874544697,
            "stop": 874544822
        },
        {
            "start": 874544829,
            "stop": 874544862
        },
        {
            "start": 874544876,
            "stop": 874544892
        },
        {
            "start": 874544900,
            "stop": 874544918
        },
        {
            "start": 874544925,
            "stop": 874544944
        },
        {
            "start": 874544951,
            "stop": 874544996
        },
        {
            "start": 874545008,
            "stop": 874545015
        },
        {
            "start": 874545029,
            "stop": 874545087
        },
        {
            "start": 874545094,
            "stop": 874545100
        },
        {
            "start": 874545107,
            "stop": 874545108
        },
        {
            "start": 874545115,
            "stop": 874545127
        },
        {
            "start": 874545135,
            "stop": 874545145
        },
        {
            "start": 874545154,
            "stop": 874545198
        },
        {
            "start": 874545205,
            "stop": 874545237
        },
        {
            "start": 874545245,
            "stop": 874545250
        },
        {
            "start": 874545263,
            "stop": 874545270
        }
    ]
}