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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=427",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=425",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 426,
    "results": [
        {
            "start": 855994358,
            "stop": 855995829
        },
        {
            "start": 856003458,
            "stop": 856003504
        },
        {
            "start": 856003580,
            "stop": 856004504
        },
        {
            "start": 856005510,
            "stop": 856007716
        },
        {
            "start": 856007718,
            "stop": 856023408
        },
        {
            "start": 856032219,
            "stop": 856033618
        },
        {
            "start": 856034982,
            "stop": 856035397
        },
        {
            "start": 856035399,
            "stop": 856035913
        },
        {
            "start": 856036101,
            "stop": 856036963
        },
        {
            "start": 856037027,
            "stop": 856037048
        },
        {
            "start": 856037144,
            "stop": 856042207
        },
        {
            "start": 856048062,
            "stop": 856048378
        },
        {
            "start": 856048784,
            "stop": 856049007
        },
        {
            "start": 856049077,
            "stop": 856049392
        },
        {
            "start": 856049488,
            "stop": 856049834
        },
        {
            "start": 856049992,
            "stop": 856051815
        },
        {
            "start": 856051817,
            "stop": 856051903
        },
        {
            "start": 856054541,
            "stop": 856054558
        },
        {
            "start": 856054618,
            "stop": 856059302
        },
        {
            "start": 856059693,
            "stop": 856079590
        }
    ]
}