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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=156",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 157,
    "results": [
        {
            "start": 843201934,
            "stop": 843202059
        },
        {
            "start": 843202821,
            "stop": 843202983
        },
        {
            "start": 843210529,
            "stop": 843210853
        },
        {
            "start": 843213183,
            "stop": 843216040
        },
        {
            "start": 843216219,
            "stop": 843226087
        },
        {
            "start": 843227281,
            "stop": 843231483
        },
        {
            "start": 843232097,
            "stop": 843233774
        },
        {
            "start": 843235215,
            "stop": 843235958
        },
        {
            "start": 843238130,
            "stop": 843238925
        },
        {
            "start": 843241011,
            "stop": 843242523
        },
        {
            "start": 843244197,
            "stop": 843246590
        },
        {
            "start": 843248449,
            "stop": 843248714
        },
        {
            "start": 843250089,
            "stop": 843256756
        },
        {
            "start": 843256916,
            "stop": 843265297
        },
        {
            "start": 843267793,
            "stop": 843287606
        },
        {
            "start": 843288284,
            "stop": 843292665
        },
        {
            "start": 843298849,
            "stop": 843302717
        },
        {
            "start": 843303536,
            "stop": 843305643
        },
        {
            "start": 843306403,
            "stop": 843306635
        },
        {
            "start": 843308881,
            "stop": 843309399
        }
    ]
}