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=392
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=393",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=391",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 392,
    "results": [
        {
            "start": 825909061,
            "stop": 825909069
        },
        {
            "start": 825909072,
            "stop": 825909168
        },
        {
            "start": 825909171,
            "stop": 825909245
        },
        {
            "start": 825909250,
            "stop": 825909387
        },
        {
            "start": 825909391,
            "stop": 825909406
        },
        {
            "start": 825909410,
            "stop": 825909420
        },
        {
            "start": 825909423,
            "stop": 825909448
        },
        {
            "start": 825909451,
            "stop": 825909480
        },
        {
            "start": 825909483,
            "stop": 825909484
        },
        {
            "start": 825909487,
            "stop": 825909493
        },
        {
            "start": 825909496,
            "stop": 825909498
        },
        {
            "start": 825909501,
            "stop": 825909567
        },
        {
            "start": 825909572,
            "stop": 825909586
        },
        {
            "start": 825909589,
            "stop": 825909600
        },
        {
            "start": 825909720,
            "stop": 825909728
        },
        {
            "start": 825909732,
            "stop": 825909768
        },
        {
            "start": 825909771,
            "stop": 825909780
        },
        {
            "start": 825909840,
            "stop": 825909863
        },
        {
            "start": 825909867,
            "stop": 825909887
        },
        {
            "start": 825909890,
            "stop": 825909896
        }
    ]
}