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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=36",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 37,
    "results": [
        {
            "start": 931786289,
            "stop": 931786812
        },
        {
            "start": 931786830,
            "stop": 931787141
        },
        {
            "start": 931787159,
            "stop": 931787235
        },
        {
            "start": 931787236,
            "stop": 931787296
        },
        {
            "start": 931787297,
            "stop": 931787347
        },
        {
            "start": 931787365,
            "stop": 931787399
        },
        {
            "start": 931787423,
            "stop": 931787743
        },
        {
            "start": 931787761,
            "stop": 931787948
        },
        {
            "start": 931787977,
            "stop": 931788067
        },
        {
            "start": 931788085,
            "stop": 931788113
        },
        {
            "start": 931788131,
            "stop": 931788208
        },
        {
            "start": 931788247,
            "stop": 931788297
        },
        {
            "start": 931788324,
            "stop": 931788351
        },
        {
            "start": 931788369,
            "stop": 931788397
        },
        {
            "start": 931788415,
            "stop": 931788477
        },
        {
            "start": 931788495,
            "stop": 931788551
        },
        {
            "start": 931788611,
            "stop": 931788620
        },
        {
            "start": 931788638,
            "stop": 931789025
        },
        {
            "start": 931789042,
            "stop": 931789078
        },
        {
            "start": 931789103,
            "stop": 931789143
        }
    ]
}