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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=77",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 78,
    "results": [
        {
            "start": 951233490,
            "stop": 951238474
        },
        {
            "start": 951238704,
            "stop": 951253036
        },
        {
            "start": 951269918,
            "stop": 951278179
        },
        {
            "start": 951278403,
            "stop": 951279547
        },
        {
            "start": 951280074,
            "stop": 951288223
        },
        {
            "start": 951320764,
            "stop": 951321929
        },
        {
            "start": 951325362,
            "stop": 951327841
        },
        {
            "start": 951328517,
            "stop": 951330783
        },
        {
            "start": 951331837,
            "stop": 951332443
        },
        {
            "start": 951338207,
            "stop": 951343097
        },
        {
            "start": 951343788,
            "stop": 951343824
        },
        {
            "start": 951347776,
            "stop": 951367337
        },
        {
            "start": 951368085,
            "stop": 951371217
        },
        {
            "start": 951372108,
            "stop": 951392651
        },
        {
            "start": 951400086,
            "stop": 951408657
        },
        {
            "start": 951409995,
            "stop": 951412438
        },
        {
            "start": 951417656,
            "stop": 951420010
        },
        {
            "start": 951420416,
            "stop": 951422103
        },
        {
            "start": 951423167,
            "stop": 951442744
        },
        {
            "start": 951442928,
            "stop": 951481118
        }
    ]
}