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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=65",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 66,
    "results": [
        {
            "start": 823352915,
            "stop": 823352934
        },
        {
            "start": 823352962,
            "stop": 823355462
        },
        {
            "start": 823358293,
            "stop": 823358835
        },
        {
            "start": 823358838,
            "stop": 823358839
        },
        {
            "start": 823358842,
            "stop": 823361295
        },
        {
            "start": 823410853,
            "stop": 823423453
        },
        {
            "start": 823424713,
            "stop": 823451053
        },
        {
            "start": 823451058,
            "stop": 823451061
        },
        {
            "start": 823517413,
            "stop": 823526616
        },
        {
            "start": 823526619,
            "stop": 823526621
        },
        {
            "start": 823526627,
            "stop": 823531513
        },
        {
            "start": 823531518,
            "stop": 823531521
        },
        {
            "start": 823601173,
            "stop": 823604192
        },
        {
            "start": 823604224,
            "stop": 823609024
        },
        {
            "start": 823609056,
            "stop": 823613911
        },
        {
            "start": 823613913,
            "stop": 823614432
        },
        {
            "start": 823614464,
            "stop": 823615153
        },
        {
            "start": 823616953,
            "stop": 823617733
        },
        {
            "start": 823617777,
            "stop": 823617779
        },
        {
            "start": 823699993,
            "stop": 823711753
        }
    ]
}