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=41001
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=41002",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41000",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41001,
    "results": [
        {
            "start": 875149599,
            "stop": 875149646
        },
        {
            "start": 875149647,
            "stop": 875149661
        },
        {
            "start": 875149662,
            "stop": 875149670
        },
        {
            "start": 875149671,
            "stop": 875149741
        },
        {
            "start": 875149743,
            "stop": 875149767
        },
        {
            "start": 875149768,
            "stop": 875149794
        },
        {
            "start": 875149795,
            "stop": 875149812
        },
        {
            "start": 875149814,
            "stop": 875149826
        },
        {
            "start": 875149827,
            "stop": 875149855
        },
        {
            "start": 875149856,
            "stop": 875149857
        },
        {
            "start": 875149859,
            "stop": 875149874
        },
        {
            "start": 875149876,
            "stop": 875149898
        },
        {
            "start": 875149899,
            "stop": 875149901
        },
        {
            "start": 875149902,
            "stop": 875149909
        },
        {
            "start": 875149911,
            "stop": 875149946
        },
        {
            "start": 875149948,
            "stop": 875149951
        },
        {
            "start": 875149952,
            "stop": 875149957
        },
        {
            "start": 875149958,
            "stop": 875150005
        },
        {
            "start": 875150006,
            "stop": 875150010
        },
        {
            "start": 875150012,
            "stop": 875150037
        }
    ]
}