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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=29",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 30,
    "results": [
        {
            "start": 816315392,
            "stop": 816315402
        },
        {
            "start": 816315421,
            "stop": 816316739
        },
        {
            "start": 816316743,
            "stop": 816316972
        },
        {
            "start": 816316975,
            "stop": 816317798
        },
        {
            "start": 816317802,
            "stop": 816318231
        },
        {
            "start": 816321073,
            "stop": 816323952
        },
        {
            "start": 816324557,
            "stop": 816324613
        },
        {
            "start": 816325335,
            "stop": 816330414
        },
        {
            "start": 816330886,
            "stop": 816332745
        },
        {
            "start": 816332750,
            "stop": 816337573
        },
        {
            "start": 816338522,
            "stop": 816339497
        },
        {
            "start": 816339500,
            "stop": 816341953
        },
        {
            "start": 816344402,
            "stop": 816346372
        },
        {
            "start": 816346376,
            "stop": 816348253
        },
        {
            "start": 816349019,
            "stop": 816354999
        },
        {
            "start": 816355002,
            "stop": 816356061
        },
        {
            "start": 816356067,
            "stop": 816356350
        },
        {
            "start": 816356357,
            "stop": 816356914
        },
        {
            "start": 816356920,
            "stop": 816357571
        },
        {
            "start": 816357575,
            "stop": 816358398
        }
    ]
}