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=218
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=219",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=217",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 218,
    "results": [
        {
            "start": 958113370,
            "stop": 958113380
        },
        {
            "start": 958113383,
            "stop": 958113399
        },
        {
            "start": 958113404,
            "stop": 958113413
        },
        {
            "start": 958113416,
            "stop": 958113474
        },
        {
            "start": 958113487,
            "stop": 958113497
        },
        {
            "start": 958113501,
            "stop": 958113529
        },
        {
            "start": 958113532,
            "stop": 958113567
        },
        {
            "start": 958113575,
            "stop": 958113761
        },
        {
            "start": 958113764,
            "stop": 958119731
        },
        {
            "start": 958121010,
            "stop": 958123697
        },
        {
            "start": 958126114,
            "stop": 958131624
        },
        {
            "start": 958139084,
            "stop": 958151786
        },
        {
            "start": 958153480,
            "stop": 958164001
        },
        {
            "start": 958165259,
            "stop": 958195899
        },
        {
            "start": 958202398,
            "stop": 958203915
        },
        {
            "start": 958206411,
            "stop": 958227163
        },
        {
            "start": 958253400,
            "stop": 958256126
        },
        {
            "start": 958258354,
            "stop": 958271586
        },
        {
            "start": 958271589,
            "stop": 958274483
        },
        {
            "start": 958276201,
            "stop": 958278259
        }
    ]
}