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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5821",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5819",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5820,
    "results": [
        {
            "start": 874711049,
            "stop": 874711125
        },
        {
            "start": 874711128,
            "stop": 874711280
        },
        {
            "start": 874711283,
            "stop": 874711318
        },
        {
            "start": 874711321,
            "stop": 874711343
        },
        {
            "start": 874711346,
            "stop": 874711356
        },
        {
            "start": 874711359,
            "stop": 874711465
        },
        {
            "start": 874711468,
            "stop": 874711504
        },
        {
            "start": 874711507,
            "stop": 874711515
        },
        {
            "start": 874711518,
            "stop": 874711559
        },
        {
            "start": 874711562,
            "stop": 874711597
        },
        {
            "start": 874711601,
            "stop": 874711630
        },
        {
            "start": 874711633,
            "stop": 874711667
        },
        {
            "start": 874711670,
            "stop": 874711695
        },
        {
            "start": 874711701,
            "stop": 874711760
        },
        {
            "start": 874711764,
            "stop": 874711834
        },
        {
            "start": 874711837,
            "stop": 874711847
        },
        {
            "start": 874711850,
            "stop": 874711851
        },
        {
            "start": 874711854,
            "stop": 874711864
        },
        {
            "start": 874711867,
            "stop": 874711874
        },
        {
            "start": 874711877,
            "stop": 874711912
        }
    ]
}