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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=45",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 46,
    "results": [
        {
            "start": 1126325772,
            "stop": 1126325826
        },
        {
            "start": 1126325827,
            "stop": 1126325829
        },
        {
            "start": 1126325830,
            "stop": 1126325850
        },
        {
            "start": 1126325851,
            "stop": 1126325862
        },
        {
            "start": 1126325863,
            "stop": 1126325881
        },
        {
            "start": 1126325882,
            "stop": 1126325938
        },
        {
            "start": 1126325939,
            "stop": 1126326133
        },
        {
            "start": 1126326134,
            "stop": 1126326492
        },
        {
            "start": 1126326494,
            "stop": 1126326812
        },
        {
            "start": 1126326814,
            "stop": 1126326825
        },
        {
            "start": 1126326826,
            "stop": 1126326850
        },
        {
            "start": 1126326852,
            "stop": 1126326881
        },
        {
            "start": 1126326883,
            "stop": 1126326885
        },
        {
            "start": 1126326886,
            "stop": 1126326889
        },
        {
            "start": 1126326891,
            "stop": 1126326897
        },
        {
            "start": 1126326899,
            "stop": 1126326909
        },
        {
            "start": 1126326911,
            "stop": 1126326913
        },
        {
            "start": 1126326914,
            "stop": 1126326920
        },
        {
            "start": 1126326921,
            "stop": 1126326930
        },
        {
            "start": 1126326931,
            "stop": 1126326963
        }
    ]
}