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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=243",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=241",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 242,
    "results": [
        {
            "start": 959734571,
            "stop": 959738688
        },
        {
            "start": 959738692,
            "stop": 959738695
        },
        {
            "start": 959738699,
            "stop": 959739434
        },
        {
            "start": 959739438,
            "stop": 959739508
        },
        {
            "start": 959739622,
            "stop": 959740247
        },
        {
            "start": 959740250,
            "stop": 959742569
        },
        {
            "start": 959742572,
            "stop": 959742851
        },
        {
            "start": 959746939,
            "stop": 959750591
        },
        {
            "start": 959752780,
            "stop": 959763975
        },
        {
            "start": 959767122,
            "stop": 959767134
        },
        {
            "start": 959769528,
            "stop": 959782069
        },
        {
            "start": 959787638,
            "stop": 959800141
        },
        {
            "start": 959803849,
            "stop": 959836979
        },
        {
            "start": 959841746,
            "stop": 959847594
        },
        {
            "start": 959850405,
            "stop": 959862223
        },
        {
            "start": 959863702,
            "stop": 959872538
        },
        {
            "start": 959872614,
            "stop": 959876122
        },
        {
            "start": 959879601,
            "stop": 959880734
        },
        {
            "start": 959882662,
            "stop": 959882713
        },
        {
            "start": 959885662,
            "stop": 959888894
        }
    ]
}