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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=185",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 186,
    "results": [
        {
            "start": 956584936,
            "stop": 956584937
        },
        {
            "start": 956584946,
            "stop": 956584947
        },
        {
            "start": 956584957,
            "stop": 956584970
        },
        {
            "start": 956584973,
            "stop": 956584974
        },
        {
            "start": 956584982,
            "stop": 956585024
        },
        {
            "start": 956585039,
            "stop": 956585052
        },
        {
            "start": 956585055,
            "stop": 956585061
        },
        {
            "start": 956585069,
            "stop": 956585100
        },
        {
            "start": 956585103,
            "stop": 956585180
        },
        {
            "start": 956585183,
            "stop": 956585187
        },
        {
            "start": 956585194,
            "stop": 956585198
        },
        {
            "start": 956585203,
            "stop": 956585209
        },
        {
            "start": 956585212,
            "stop": 956585255
        },
        {
            "start": 956585258,
            "stop": 956585266
        },
        {
            "start": 956585270,
            "stop": 956585301
        },
        {
            "start": 956585304,
            "stop": 956585310
        },
        {
            "start": 956585315,
            "stop": 956585330
        },
        {
            "start": 956585335,
            "stop": 956585346
        },
        {
            "start": 956585350,
            "stop": 956585389
        },
        {
            "start": 956585394,
            "stop": 956585418
        }
    ]
}