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=170
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=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=169",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 170,
    "results": [
        {
            "start": 834522809,
            "stop": 834522865
        },
        {
            "start": 834522868,
            "stop": 834523240
        },
        {
            "start": 834523249,
            "stop": 834523264
        },
        {
            "start": 834523268,
            "stop": 834524262
        },
        {
            "start": 834556273,
            "stop": 834568153
        },
        {
            "start": 834569953,
            "stop": 834571188
        },
        {
            "start": 834573373,
            "stop": 834573853
        },
        {
            "start": 834573910,
            "stop": 834573913
        },
        {
            "start": 834574033,
            "stop": 834593588
        },
        {
            "start": 834594313,
            "stop": 834596593
        },
        {
            "start": 834598933,
            "stop": 834605827
        },
        {
            "start": 834605831,
            "stop": 834614353
        },
        {
            "start": 834614407,
            "stop": 834614410
        },
        {
            "start": 834620833,
            "stop": 834622813
        },
        {
            "start": 834626173,
            "stop": 834631926
        },
        {
            "start": 834633133,
            "stop": 834634685
        },
        {
            "start": 834636193,
            "stop": 834636253
        },
        {
            "start": 834641533,
            "stop": 834642533
        },
        {
            "start": 834644233,
            "stop": 834646490
        },
        {
            "start": 834647533,
            "stop": 834648013
        }
    ]
}