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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=189",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 190,
    "results": [
        {
            "start": 837826729,
            "stop": 837827057
        },
        {
            "start": 837827061,
            "stop": 837827533
        },
        {
            "start": 837827542,
            "stop": 837827601
        },
        {
            "start": 837827604,
            "stop": 837827989
        },
        {
            "start": 837827993,
            "stop": 837828507
        },
        {
            "start": 837828521,
            "stop": 837828527
        },
        {
            "start": 837828535,
            "stop": 837828541
        },
        {
            "start": 837828544,
            "stop": 837828550
        },
        {
            "start": 837828554,
            "stop": 837828607
        },
        {
            "start": 837828611,
            "stop": 837828661
        },
        {
            "start": 837828665,
            "stop": 837828814
        },
        {
            "start": 837828827,
            "stop": 837828872
        },
        {
            "start": 837828875,
            "stop": 837828968
        },
        {
            "start": 837828977,
            "stop": 837829107
        },
        {
            "start": 837829111,
            "stop": 837829376
        },
        {
            "start": 837829380,
            "stop": 837829424
        },
        {
            "start": 837829428,
            "stop": 837829449
        },
        {
            "start": 837829453,
            "stop": 837829762
        },
        {
            "start": 837829766,
            "stop": 837830227
        },
        {
            "start": 837830230,
            "stop": 837830274
        }
    ]
}