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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=46",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 47,
    "results": [
        {
            "start": 931497500,
            "stop": 931497514
        },
        {
            "start": 931497517,
            "stop": 931497523
        },
        {
            "start": 931497525,
            "stop": 931497550
        },
        {
            "start": 931497553,
            "stop": 931497556
        },
        {
            "start": 931497559,
            "stop": 931497570
        },
        {
            "start": 931497573,
            "stop": 931497592
        },
        {
            "start": 931497596,
            "stop": 931497622
        },
        {
            "start": 931497625,
            "stop": 931497630
        },
        {
            "start": 931497633,
            "stop": 931497674
        },
        {
            "start": 931497676,
            "stop": 931497699
        },
        {
            "start": 931497702,
            "stop": 931497727
        },
        {
            "start": 931497730,
            "stop": 931497733
        },
        {
            "start": 931497736,
            "stop": 931497758
        },
        {
            "start": 931497761,
            "stop": 931497791
        },
        {
            "start": 931497794,
            "stop": 931497801
        },
        {
            "start": 931497804,
            "stop": 931497805
        },
        {
            "start": 931497809,
            "stop": 931497814
        },
        {
            "start": 931497817,
            "stop": 931497822
        },
        {
            "start": 931497825,
            "stop": 931497830
        },
        {
            "start": 931497833,
            "stop": 931497834
        }
    ]
}