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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=177",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 178,
    "results": [
        {
            "start": 931429341,
            "stop": 931429345
        },
        {
            "start": 931429347,
            "stop": 931429348
        },
        {
            "start": 931429351,
            "stop": 931429353
        },
        {
            "start": 931429359,
            "stop": 931429363
        },
        {
            "start": 931429367,
            "stop": 931429374
        },
        {
            "start": 931429381,
            "stop": 931429384
        },
        {
            "start": 931429388,
            "stop": 931429395
        },
        {
            "start": 931429398,
            "stop": 931429401
        },
        {
            "start": 931429403,
            "stop": 931429409
        },
        {
            "start": 931429412,
            "stop": 931429413
        },
        {
            "start": 931429414,
            "stop": 931429420
        },
        {
            "start": 931429423,
            "stop": 931429428
        },
        {
            "start": 931429431,
            "stop": 931429433
        },
        {
            "start": 931429435,
            "stop": 931429451
        },
        {
            "start": 931429453,
            "stop": 931429457
        },
        {
            "start": 931429460,
            "stop": 931429462
        },
        {
            "start": 931429467,
            "stop": 931429469
        },
        {
            "start": 931429471,
            "stop": 931429474
        },
        {
            "start": 931429476,
            "stop": 931429478
        },
        {
            "start": 931429481,
            "stop": 931429495
        }
    ]
}