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=225
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=226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=224",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 225,
    "results": [
        {
            "start": 820563201,
            "stop": 820563580
        },
        {
            "start": 820563584,
            "stop": 820563851
        },
        {
            "start": 820563854,
            "stop": 820564394
        },
        {
            "start": 820564397,
            "stop": 820564564
        },
        {
            "start": 820564567,
            "stop": 820565015
        },
        {
            "start": 820565018,
            "stop": 820565111
        },
        {
            "start": 820565114,
            "stop": 820565311
        },
        {
            "start": 820565314,
            "stop": 820565370
        },
        {
            "start": 820565374,
            "stop": 820566904
        },
        {
            "start": 820566908,
            "stop": 820567375
        },
        {
            "start": 820567378,
            "stop": 820567524
        },
        {
            "start": 820567527,
            "stop": 820567594
        },
        {
            "start": 820567597,
            "stop": 820567797
        },
        {
            "start": 820567801,
            "stop": 820568141
        },
        {
            "start": 820568144,
            "stop": 820569154
        },
        {
            "start": 820569157,
            "stop": 820569404
        },
        {
            "start": 820569407,
            "stop": 820569440
        },
        {
            "start": 820569443,
            "stop": 820572831
        },
        {
            "start": 820572834,
            "stop": 820573579
        },
        {
            "start": 820573583,
            "stop": 820573839
        }
    ]
}