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=286
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=287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=285",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 286,
    "results": [
        {
            "start": 851784689,
            "stop": 851784713
        },
        {
            "start": 851784717,
            "stop": 851784738
        },
        {
            "start": 851784746,
            "stop": 851784786
        },
        {
            "start": 851784790,
            "stop": 851784840
        },
        {
            "start": 851784853,
            "stop": 851784859
        },
        {
            "start": 851784863,
            "stop": 851784899
        },
        {
            "start": 851784912,
            "stop": 851784976
        },
        {
            "start": 851784980,
            "stop": 851785040
        },
        {
            "start": 851785044,
            "stop": 851785128
        },
        {
            "start": 851785132,
            "stop": 851785143
        },
        {
            "start": 851785146,
            "stop": 851785220
        },
        {
            "start": 851785229,
            "stop": 851785240
        },
        {
            "start": 851785259,
            "stop": 851785361
        },
        {
            "start": 851785365,
            "stop": 851785376
        },
        {
            "start": 851786839,
            "stop": 851787698
        },
        {
            "start": 851787722,
            "stop": 851787771
        },
        {
            "start": 851787789,
            "stop": 851787794
        },
        {
            "start": 851787799,
            "stop": 851787944
        },
        {
            "start": 851805974,
            "stop": 851818039
        },
        {
            "start": 851818043,
            "stop": 851818156
        }
    ]
}