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=4608
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=4609",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4607",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4608,
    "results": [
        {
            "start": 969213331,
            "stop": 969213396
        },
        {
            "start": 969213398,
            "stop": 969213419
        },
        {
            "start": 969213422,
            "stop": 969213458
        },
        {
            "start": 969213461,
            "stop": 969213465
        },
        {
            "start": 969213470,
            "stop": 969213475
        },
        {
            "start": 969213478,
            "stop": 969213501
        },
        {
            "start": 969213505,
            "stop": 969213554
        },
        {
            "start": 969213557,
            "stop": 969213652
        },
        {
            "start": 969213654,
            "stop": 969213673
        },
        {
            "start": 969213676,
            "stop": 969213777
        },
        {
            "start": 969213780,
            "stop": 969213795
        },
        {
            "start": 969213798,
            "stop": 969213818
        },
        {
            "start": 969213878,
            "stop": 969214071
        },
        {
            "start": 969214075,
            "stop": 969214076
        },
        {
            "start": 969214078,
            "stop": 969214079
        },
        {
            "start": 969214082,
            "stop": 969214083
        },
        {
            "start": 969214085,
            "stop": 969214110
        },
        {
            "start": 969214116,
            "stop": 969214195
        },
        {
            "start": 969214197,
            "stop": 969214218
        },
        {
            "start": 969214219,
            "stop": 969214298
        }
    ]
}