Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=96
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=95",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 96,
    "results": [
        {
            "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": 828591264
        },
        {
            "start": 828591856,
            "stop": 828619884
        },
        {
            "start": 828620491,
            "stop": 828621592
        },
        {
            "start": 828622020,
            "stop": 828622903
        },
        {
            "start": 828624750,
            "stop": 828624843
        },
        {
            "start": 828625959,
            "stop": 828625989
        },
        {
            "start": 828706279,
            "stop": 828711169
        },
        {
            "start": 828711441,
            "stop": 828711787
        },
        {
            "start": 828712147,
            "stop": 828712738
        },
        {
            "start": 828714159,
            "stop": 828714441
        },
        {
            "start": 828715894,
            "stop": 828716447
        },
        {
            "start": 828716767,
            "stop": 828717907
        },
        {
            "start": 828719339,
            "stop": 828719497
        }
    ]
}