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_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_CBCLOW_CAT4/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=177",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 178,
    "results": [
        {
            "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
        },
        {
            "start": 931429497,
            "stop": 931429508
        },
        {
            "start": 931429511,
            "stop": 931429513
        },
        {
            "start": 931429516,
            "stop": 931429520
        },
        {
            "start": 931429522,
            "stop": 931429528
        },
        {
            "start": 931429530,
            "stop": 931429546
        }
    ]
}