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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=537",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=535",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 536,
    "results": [
        {
            "start": 828562529,
            "stop": 828562532
        },
        {
            "start": 828563985,
            "stop": 828564901
        },
        {
            "start": 828564903,
            "stop": 828565381
        },
        {
            "start": 828565383,
            "stop": 828566144
        },
        {
            "start": 828567788,
            "stop": 828571042
        },
        {
            "start": 828573795,
            "stop": 828577955
        },
        {
            "start": 828578355,
            "stop": 828578383
        },
        {
            "start": 828578703,
            "stop": 828581296
        },
        {
            "start": 828583138,
            "stop": 828584764
        },
        {
            "start": 828585886,
            "stop": 828587622
        },
        {
            "start": 828588122,
            "stop": 828588525
        },
        {
            "start": 828589204,
            "stop": 828591253
        },
        {
            "start": 828591856,
            "stop": 828592620
        },
        {
            "start": 828592623,
            "stop": 828619884
        },
        {
            "start": 828620491,
            "stop": 828621592
        },
        {
            "start": 828622020,
            "stop": 828622903
        },
        {
            "start": 828624750,
            "stop": 828624843
        },
        {
            "start": 828625959,
            "stop": 828625988
        },
        {
            "start": 828706279,
            "stop": 828711133
        },
        {
            "start": 828711167,
            "stop": 828711168
        }
    ]
}