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=46856
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=46857",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46855",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46856,
    "results": [
        {
            "start": 875141652,
            "stop": 875141680
        },
        {
            "start": 875141682,
            "stop": 875141713
        },
        {
            "start": 875141714,
            "stop": 875141723
        },
        {
            "start": 875141724,
            "stop": 875141761
        },
        {
            "start": 875141762,
            "stop": 875141763
        },
        {
            "start": 875141764,
            "stop": 875141771
        },
        {
            "start": 875141772,
            "stop": 875141776
        },
        {
            "start": 875141777,
            "stop": 875141787
        },
        {
            "start": 875141789,
            "stop": 875141790
        },
        {
            "start": 875141791,
            "stop": 875141795
        },
        {
            "start": 875141796,
            "stop": 875141808
        },
        {
            "start": 875141809,
            "stop": 875141813
        },
        {
            "start": 875141814,
            "stop": 875141821
        },
        {
            "start": 875141822,
            "stop": 875141827
        },
        {
            "start": 875141828,
            "stop": 875141833
        },
        {
            "start": 875141837,
            "stop": 875141851
        },
        {
            "start": 875141852,
            "stop": 875141893
        },
        {
            "start": 875141894,
            "stop": 875141897
        },
        {
            "start": 875141898,
            "stop": 875141907
        },
        {
            "start": 875141910,
            "stop": 875141923
        }
    ]
}