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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46923",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46921",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46922,
    "results": [
        {
            "start": 875191506,
            "stop": 875191517
        },
        {
            "start": 875191518,
            "stop": 875191522
        },
        {
            "start": 875191523,
            "stop": 875191525
        },
        {
            "start": 875191526,
            "stop": 875191540
        },
        {
            "start": 875191541,
            "stop": 875191543
        },
        {
            "start": 875191544,
            "stop": 875191582
        },
        {
            "start": 875191583,
            "stop": 875191611
        },
        {
            "start": 875191612,
            "stop": 875191619
        },
        {
            "start": 875191620,
            "stop": 875191643
        },
        {
            "start": 875191644,
            "stop": 875191645
        },
        {
            "start": 875191646,
            "stop": 875191661
        },
        {
            "start": 875191662,
            "stop": 875191666
        },
        {
            "start": 875191667,
            "stop": 875191693
        },
        {
            "start": 875191701,
            "stop": 875191717
        },
        {
            "start": 875191718,
            "stop": 875191727
        },
        {
            "start": 875191731,
            "stop": 875191773
        },
        {
            "start": 875191774,
            "stop": 875191791
        },
        {
            "start": 875191792,
            "stop": 875191804
        },
        {
            "start": 875191805,
            "stop": 875191809
        },
        {
            "start": 875191810,
            "stop": 875191815
        }
    ]
}