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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=262",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 263,
    "results": [
        {
            "start": 850932349,
            "stop": 850946953
        },
        {
            "start": 850952192,
            "stop": 850969273
        },
        {
            "start": 850970175,
            "stop": 850977283
        },
        {
            "start": 850979036,
            "stop": 850979532
        },
        {
            "start": 850980360,
            "stop": 850985113
        },
        {
            "start": 850985144,
            "stop": 850985146
        },
        {
            "start": 850985450,
            "stop": 851003198
        },
        {
            "start": 851005401,
            "stop": 851005567
        },
        {
            "start": 851005707,
            "stop": 851049973
        },
        {
            "start": 851053844,
            "stop": 851056213
        },
        {
            "start": 851056333,
            "stop": 851062573
        },
        {
            "start": 851131809,
            "stop": 851132330
        },
        {
            "start": 851133823,
            "stop": 851149933
        },
        {
            "start": 851149960,
            "stop": 851149962
        },
        {
            "start": 851152118,
            "stop": 851159713
        },
        {
            "start": 851161265,
            "stop": 851170148
        },
        {
            "start": 851171301,
            "stop": 851171773
        },
        {
            "start": 851195981,
            "stop": 851196013
        },
        {
            "start": 851197305,
            "stop": 851202371
        },
        {
            "start": 851202465,
            "stop": 851226408
        }
    ]
}