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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=348",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=346",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 347,
    "results": [
        {
            "start": 847719651,
            "stop": 847719692
        },
        {
            "start": 847719693,
            "stop": 847719714
        },
        {
            "start": 847719716,
            "stop": 847719718
        },
        {
            "start": 847719719,
            "stop": 847719735
        },
        {
            "start": 847719737,
            "stop": 847719765
        },
        {
            "start": 847719766,
            "stop": 847719767
        },
        {
            "start": 847719768,
            "stop": 847719775
        },
        {
            "start": 847719776,
            "stop": 847719777
        },
        {
            "start": 847719778,
            "stop": 847719820
        },
        {
            "start": 847719821,
            "stop": 847719937
        },
        {
            "start": 847719938,
            "stop": 847719943
        },
        {
            "start": 847719945,
            "stop": 847719980
        },
        {
            "start": 847719982,
            "stop": 847720018
        },
        {
            "start": 847720019,
            "stop": 847720020
        },
        {
            "start": 847720023,
            "stop": 847720030
        },
        {
            "start": 847720031,
            "stop": 847720033
        },
        {
            "start": 847720034,
            "stop": 847720055
        },
        {
            "start": 847720058,
            "stop": 847720074
        },
        {
            "start": 847720076,
            "stop": 847720097
        },
        {
            "start": 847720098,
            "stop": 847720118
        }
    ]
}