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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=2",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 3,
    "results": [
        {
            "start": 931418878,
            "stop": 931424531
        },
        {
            "start": 931426097,
            "stop": 931431487
        },
        {
            "start": 931431492,
            "stop": 931432926
        },
        {
            "start": 931434808,
            "stop": 931435521
        },
        {
            "start": 931436849,
            "stop": 931436936
        },
        {
            "start": 931439658,
            "stop": 931439952
        },
        {
            "start": 931443031,
            "stop": 931443426
        },
        {
            "start": 931446557,
            "stop": 931457915
        },
        {
            "start": 931461152,
            "stop": 931467234
        },
        {
            "start": 931468817,
            "stop": 931470156
        },
        {
            "start": 931471301,
            "stop": 931472769
        },
        {
            "start": 931479596,
            "stop": 931480256
        },
        {
            "start": 931483130,
            "stop": 931483395
        },
        {
            "start": 931484557,
            "stop": 931488853
        },
        {
            "start": 931491250,
            "stop": 931493975
        },
        {
            "start": 931499526,
            "stop": 931500148
        },
        {
            "start": 931532577,
            "stop": 931540477
        },
        {
            "start": 931572684,
            "stop": 931575473
        },
        {
            "start": 931576945,
            "stop": 931577558
        },
        {
            "start": 931582611,
            "stop": 931586908
        }
    ]
}