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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=153",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 154,
    "results": [
        {
            "start": 831003786,
            "stop": 831005173
        },
        {
            "start": 831006687,
            "stop": 831008338
        },
        {
            "start": 831009655,
            "stop": 831022676
        },
        {
            "start": 831023927,
            "stop": 831038932
        },
        {
            "start": 831039634,
            "stop": 831057013
        },
        {
            "start": 831057319,
            "stop": 831086441
        },
        {
            "start": 831086450,
            "stop": 831086470
        },
        {
            "start": 831086474,
            "stop": 831086634
        },
        {
            "start": 831086643,
            "stop": 831086653
        },
        {
            "start": 831086656,
            "stop": 831086758
        },
        {
            "start": 831086761,
            "stop": 831086772
        },
        {
            "start": 831086782,
            "stop": 831096910
        },
        {
            "start": 831098536,
            "stop": 831099645
        },
        {
            "start": 831101520,
            "stop": 831104653
        },
        {
            "start": 831105526,
            "stop": 831134665
        },
        {
            "start": 831134994,
            "stop": 831136182
        },
        {
            "start": 831136642,
            "stop": 831138598
        },
        {
            "start": 831139849,
            "stop": 831141182
        },
        {
            "start": 831144367,
            "stop": 831144433
        },
        {
            "start": 831144456,
            "stop": 831144457
        }
    ]
}