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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=618",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=616",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 617,
    "results": [
        {
            "start": 850376588,
            "stop": 850376708
        },
        {
            "start": 850376919,
            "stop": 850378479
        },
        {
            "start": 850378660,
            "stop": 850379140
        },
        {
            "start": 850381001,
            "stop": 850381751
        },
        {
            "start": 850381901,
            "stop": 850382081
        },
        {
            "start": 850382391,
            "stop": 850382451
        },
        {
            "start": 850382601,
            "stop": 850383681
        },
        {
            "start": 850383889,
            "stop": 850384969
        },
        {
            "start": 850385120,
            "stop": 850394540
        },
        {
            "start": 850394750,
            "stop": 850395710
        },
        {
            "start": 850397164,
            "stop": 850397644
        },
        {
            "start": 850406426,
            "stop": 850406546
        },
        {
            "start": 850406700,
            "stop": 850407900
        },
        {
            "start": 850408048,
            "stop": 850411648
        },
        {
            "start": 850411802,
            "stop": 850412762
        },
        {
            "start": 850413084,
            "stop": 850413384
        },
        {
            "start": 850413534,
            "stop": 850413954
        },
        {
            "start": 850414126,
            "stop": 850415986
        },
        {
            "start": 850416320,
            "stop": 850416980
        },
        {
            "start": 850417121,
            "stop": 850418441
        }
    ]
}