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=177
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=178",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=176",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 177,
    "results": [
        {
            "start": 956121590,
            "stop": 956121647
        },
        {
            "start": 956121656,
            "stop": 956121680
        },
        {
            "start": 956121688,
            "stop": 956121689
        },
        {
            "start": 956121697,
            "stop": 956121703
        },
        {
            "start": 956121709,
            "stop": 956121823
        },
        {
            "start": 956121827,
            "stop": 956121833
        },
        {
            "start": 956121848,
            "stop": 956121853
        },
        {
            "start": 956121856,
            "stop": 956122275
        },
        {
            "start": 956122278,
            "stop": 956122280
        },
        {
            "start": 956122285,
            "stop": 956122291
        },
        {
            "start": 956122304,
            "stop": 956122586
        },
        {
            "start": 956122589,
            "stop": 956122619
        },
        {
            "start": 956124338,
            "stop": 956130590
        },
        {
            "start": 956131886,
            "stop": 956141654
        },
        {
            "start": 956145631,
            "stop": 956169078
        },
        {
            "start": 956169087,
            "stop": 956176327
        },
        {
            "start": 956176331,
            "stop": 956179704
        },
        {
            "start": 956184154,
            "stop": 956189732
        },
        {
            "start": 956189736,
            "stop": 956190885
        },
        {
            "start": 956190888,
            "stop": 956195440
        }
    ]
}