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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=169",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 170,
    "results": [
        {
            "start": 1419813698,
            "stop": 1419813701
        },
        {
            "start": 1419813714,
            "stop": 1419813722
        },
        {
            "start": 1419813742,
            "stop": 1419813759
        },
        {
            "start": 1419814100,
            "stop": 1419814470
        },
        {
            "start": 1419814474,
            "stop": 1419814478
        },
        {
            "start": 1419814486,
            "stop": 1419814606
        },
        {
            "start": 1419814610,
            "stop": 1419814825
        },
        {
            "start": 1419817565,
            "stop": 1419817586
        },
        {
            "start": 1419817590,
            "stop": 1419817646
        },
        {
            "start": 1419817650,
            "stop": 1419817654
        },
        {
            "start": 1419817671,
            "stop": 1419817673
        },
        {
            "start": 1419817675,
            "stop": 1419817678
        },
        {
            "start": 1419817690,
            "stop": 1419817814
        },
        {
            "start": 1419817826,
            "stop": 1419817898
        },
        {
            "start": 1419817902,
            "stop": 1419818154
        },
        {
            "start": 1419818158,
            "stop": 1419818298
        },
        {
            "start": 1419818306,
            "stop": 1419818426
        },
        {
            "start": 1419818434,
            "stop": 1419818614
        },
        {
            "start": 1419818618,
            "stop": 1419818650
        },
        {
            "start": 1419818654,
            "stop": 1419819226
        }
    ]
}