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=148
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=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=147",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 148,
    "results": [
        {
            "start": 830391366,
            "stop": 830391610
        },
        {
            "start": 830391628,
            "stop": 830391711
        },
        {
            "start": 830391721,
            "stop": 830391732
        },
        {
            "start": 830391735,
            "stop": 830391741
        },
        {
            "start": 830391746,
            "stop": 830391751
        },
        {
            "start": 830391755,
            "stop": 830391769
        },
        {
            "start": 830391773,
            "stop": 830391793
        },
        {
            "start": 830391815,
            "stop": 830391817
        },
        {
            "start": 830392175,
            "stop": 830392189
        },
        {
            "start": 830392198,
            "stop": 830392296
        },
        {
            "start": 830392300,
            "stop": 830392311
        },
        {
            "start": 830392315,
            "stop": 830392325
        },
        {
            "start": 830392329,
            "stop": 830392572
        },
        {
            "start": 830392576,
            "stop": 830392602
        },
        {
            "start": 830392611,
            "stop": 830392616
        },
        {
            "start": 830392620,
            "stop": 830393084
        },
        {
            "start": 830393088,
            "stop": 830393167
        },
        {
            "start": 830393176,
            "stop": 830393275
        },
        {
            "start": 830393279,
            "stop": 830393290
        },
        {
            "start": 830393322,
            "stop": 830393324
        }
    ]
}