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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1162",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1160",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1161,
    "results": [
        {
            "start": 951274171,
            "stop": 951278179
        },
        {
            "start": 951278403,
            "stop": 951279378
        },
        {
            "start": 951279380,
            "stop": 951279547
        },
        {
            "start": 951280074,
            "stop": 951280203
        },
        {
            "start": 951280205,
            "stop": 951287024
        },
        {
            "start": 951287026,
            "stop": 951288328
        },
        {
            "start": 951320764,
            "stop": 951322034
        },
        {
            "start": 951325362,
            "stop": 951327841
        },
        {
            "start": 951328517,
            "stop": 951330888
        },
        {
            "start": 951331837,
            "stop": 951332548
        },
        {
            "start": 951338207,
            "stop": 951338719
        },
        {
            "start": 951338721,
            "stop": 951339618
        },
        {
            "start": 951339620,
            "stop": 951341583
        },
        {
            "start": 951341584,
            "stop": 951343097
        },
        {
            "start": 951343788,
            "stop": 951343929
        },
        {
            "start": 951347776,
            "stop": 951350893
        },
        {
            "start": 951350895,
            "stop": 951351899
        },
        {
            "start": 951351901,
            "stop": 951352028
        },
        {
            "start": 951352030,
            "stop": 951357429
        },
        {
            "start": 951357431,
            "stop": 951359373
        }
    ]
}