Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40739
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40740",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40738",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40739,
    "results": [
        {
            "start": 874967756,
            "stop": 874967771
        },
        {
            "start": 874967773,
            "stop": 874967792
        },
        {
            "start": 874967795,
            "stop": 874967814
        },
        {
            "start": 874967815,
            "stop": 874967819
        },
        {
            "start": 874967820,
            "stop": 874967827
        },
        {
            "start": 874967828,
            "stop": 874967835
        },
        {
            "start": 874967837,
            "stop": 874967877
        },
        {
            "start": 874967879,
            "stop": 874967899
        },
        {
            "start": 874967900,
            "stop": 874967916
        },
        {
            "start": 874967917,
            "stop": 874967921
        },
        {
            "start": 874967922,
            "stop": 874967925
        },
        {
            "start": 874967929,
            "stop": 874967932
        },
        {
            "start": 874967937,
            "stop": 874967940
        },
        {
            "start": 874967941,
            "stop": 874967965
        },
        {
            "start": 874967966,
            "stop": 874968005
        },
        {
            "start": 874968007,
            "stop": 874968039
        },
        {
            "start": 874968040,
            "stop": 874968044
        },
        {
            "start": 874968045,
            "stop": 874968047
        },
        {
            "start": 874968052,
            "stop": 874968055
        },
        {
            "start": 874968056,
            "stop": 874968061
        }
    ]
}