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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=216",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 217,
    "results": [
        {
            "start": 820505394,
            "stop": 820505442
        },
        {
            "start": 820505445,
            "stop": 820505571
        },
        {
            "start": 820505575,
            "stop": 820506004
        },
        {
            "start": 820506007,
            "stop": 820506460
        },
        {
            "start": 820506463,
            "stop": 820506631
        },
        {
            "start": 820506635,
            "stop": 820506832
        },
        {
            "start": 820506835,
            "stop": 820507361
        },
        {
            "start": 820507364,
            "stop": 820507383
        },
        {
            "start": 820507386,
            "stop": 820507536
        },
        {
            "start": 820507540,
            "stop": 820507964
        },
        {
            "start": 820508612,
            "stop": 820508944
        },
        {
            "start": 820508948,
            "stop": 820509047
        },
        {
            "start": 820509050,
            "stop": 820510492
        },
        {
            "start": 820510495,
            "stop": 820510581
        },
        {
            "start": 820510585,
            "stop": 820510586
        },
        {
            "start": 820510591,
            "stop": 820510659
        },
        {
            "start": 820511903,
            "stop": 820511931
        },
        {
            "start": 820511934,
            "stop": 820512015
        },
        {
            "start": 820512019,
            "stop": 820512089
        },
        {
            "start": 820512093,
            "stop": 820512179
        }
    ]
}