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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_DATA/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_DATA/segments?format=api&page=141",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 142,
    "results": [
        {
            "start": 856259143,
            "stop": 856286478
        },
        {
            "start": 856286692,
            "stop": 856294331
        },
        {
            "start": 856294665,
            "stop": 856309457
        },
        {
            "start": 856309663,
            "stop": 856319360
        },
        {
            "start": 856319906,
            "stop": 856320446
        },
        {
            "start": 856321453,
            "stop": 856322034
        },
        {
            "start": 856323080,
            "stop": 856369826
        },
        {
            "start": 856369959,
            "stop": 856383013
        },
        {
            "start": 856384562,
            "stop": 856396279
        },
        {
            "start": 856397631,
            "stop": 856411010
        },
        {
            "start": 856411508,
            "stop": 856436370
        },
        {
            "start": 856437403,
            "stop": 856451151
        },
        {
            "start": 856453273,
            "stop": 856471181
        },
        {
            "start": 856472161,
            "stop": 856527718
        },
        {
            "start": 856530556,
            "stop": 856544305
        },
        {
            "start": 856545849,
            "stop": 856571539
        },
        {
            "start": 856576042,
            "stop": 856627245
        },
        {
            "start": 856654948,
            "stop": 856698670
        },
        {
            "start": 856699772,
            "stop": 856720925
        },
        {
            "start": 856721141,
            "stop": 856724626
        }
    ]
}