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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29393",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29391",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29392,
    "results": [
        {
            "start": 971402736,
            "stop": 971402769
        },
        {
            "start": 971402773,
            "stop": 971402776
        },
        {
            "start": 971402778,
            "stop": 971402779
        },
        {
            "start": 971402781,
            "stop": 971402819
        },
        {
            "start": 971402820,
            "stop": 971402824
        },
        {
            "start": 971402825,
            "stop": 971402827
        },
        {
            "start": 971402829,
            "stop": 971402837
        },
        {
            "start": 971402839,
            "stop": 971402841
        },
        {
            "start": 971402844,
            "stop": 971402853
        },
        {
            "start": 971402854,
            "stop": 971402861
        },
        {
            "start": 971402862,
            "stop": 971402864
        },
        {
            "start": 971402867,
            "stop": 971402868
        },
        {
            "start": 971402869,
            "stop": 971402872
        },
        {
            "start": 971402875,
            "stop": 971402890
        },
        {
            "start": 971402891,
            "stop": 971402894
        },
        {
            "start": 971402895,
            "stop": 971402901
        },
        {
            "start": 971402904,
            "stop": 971402905
        },
        {
            "start": 971402906,
            "stop": 971402907
        },
        {
            "start": 971402911,
            "stop": 971402913
        },
        {
            "start": 971402915,
            "stop": 971402917
        }
    ]
}