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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=243",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=241",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 242,
    "results": [
        {
            "start": 855501778,
            "stop": 855504098
        },
        {
            "start": 855504398,
            "stop": 855506459
        },
        {
            "start": 855506569,
            "stop": 855506670
        },
        {
            "start": 855510875,
            "stop": 855516576
        },
        {
            "start": 855516736,
            "stop": 855520959
        },
        {
            "start": 855521882,
            "stop": 855526191
        },
        {
            "start": 855528831,
            "stop": 855533269
        },
        {
            "start": 855533592,
            "stop": 855544104
        },
        {
            "start": 855544214,
            "stop": 855544310
        },
        {
            "start": 855545111,
            "stop": 855545128
        },
        {
            "start": 855545428,
            "stop": 855546427
        },
        {
            "start": 855547258,
            "stop": 855558137
        },
        {
            "start": 855559025,
            "stop": 855592100
        },
        {
            "start": 855592815,
            "stop": 855599134
        },
        {
            "start": 855599626,
            "stop": 855604028
        },
        {
            "start": 855604344,
            "stop": 855604371
        },
        {
            "start": 855605553,
            "stop": 855606282
        },
        {
            "start": 855607503,
            "stop": 855608321
        },
        {
            "start": 855608431,
            "stop": 855608900
        },
        {
            "start": 855609477,
            "stop": 855609479
        }
    ]
}